| java.lang.Object com.anthonyeden.lib.util.LogUtilities
LogUtilities | public class LogUtilities (Code) | | A utility class to assist with extended logging.
author: Anthony Eden author: Florin T.PATRASCU |
Method Summary | |
public static void | debug(Log log, String message) Standard debugging. | public static void | debug(Log log, String message, Map data) Extended debugging. |
debug | public static void debug(Log log, String message)(Code) | | Standard debugging.
Parameters: log - The Logger to log to Parameters: message - The message |
debug | public static void debug(Log log, String message, Map data)(Code) | | Extended debugging. The name/value pairs in the data object will
be appended to the log message.
Parameters: log - The Log to log to Parameters: message - The message Parameters: data - Any additional data to log |
|
|