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

dk.alexandra.fresco.logging.PerformancePrinter Maven / Gradle / Ivy

package dk.alexandra.fresco.logging;

public interface PerformancePrinter {
  
  /**
   * Prints any performance numbers picked up by the 
   * given PerformanceLogger.
   */
  public void printPerformanceLog(PerformanceLogger logger);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy