Method Summary |
|
public static void | configure() Configure the Logger. |
public static void | configure(File file) Configure the logger using the given file. |
public void | debug(String message) Send a debug message. |
public void | error(String message) Send an error message. |
public void | fatal(String message) Send a fatal message. |
public void | info(String message) Send an info message. |
public void | init(String identifier) Initialize the logger with the given identifier. |
public void | warn(String message) Send a warn message. |