All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avaje.ebean.enhance.agent.MessageOutput Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebean.enhance.agent;

/**
 * Debug message output logging by the agent.
 */
public interface MessageOutput {

  /**
   * Log the debug message.
   */
  void println(String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy