![JAR search and dependency download from the Maven repository](/logo.png)
com.avaje.ebean.enhance.agent.MessageOutput Maven / Gradle / Ivy
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