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

io.ebean.enhance.entity.MessageOutput Maven / Gradle / Ivy

package io.ebean.enhance.entity;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy