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

com.github.croesch.logging.Logger Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package com.github.croesch.logging;

/**
 * Interface to add a custom logger to this library.
 * 
 * @author croesch
 * @since Date: Jul 6, 2011
 */
public interface Logger {

  /**
   * Performs logging of an internal error with the given {@link Throwable}.
   * 
   * @since Date: Jul 6, 2011
   * @param t the {@link Throwable} that has been thrown
   */
  void printThrowable(Throwable t);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy