Method Summary |
|
public static void | debug(String str) Output a string as a trace (DEBUG). |
public static void | debug(String str, int level) Output a string as a trace (DEBUG), modifying the indentation. |
public static void | error(String str) Output a string as an error (SEVERE). |
public static void | info(String str) Output a string as an information (INFO). |
public static void | init() Initialize the logger (done only once). |
public static void | traceBegin() Debugging (beginning of the execution of a method). |
public static void | traceEnd(String str) Debugging (a string at the end of the execution of a method). |
public static void | warn(String str) Output a string as a warning (WARN). |