Method Summary |
|
public void | checkInit() Check if the class is already inited. |
public static void | configure() Configure the logger using the Log4J BasicConfigurator. |
public static void | configure(File file) Configure the logger using the given property 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. |