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

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

There is a newer version: 1.3.7
Show newest version
package dk.alexandra.fresco.logging;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy