com.anthonyeden.lib.util
Class LogUtilities

java.lang.Object
  extended bycom.anthonyeden.lib.util.LogUtilities

public class LogUtilities
extends java.lang.Object

A utility class to assist with extended logging.

Author:
Anthony Eden

Method Summary
static void debug(org.apache.commons.logging.Log log, java.lang.String message)
          Standard debugging.
static void debug(org.apache.commons.logging.Log log, java.lang.String message, java.util.Map data)
          Extended debugging.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

debug

public static void debug(org.apache.commons.logging.Log log,
                         java.lang.String message)
Standard debugging.

Parameters:
log - The Log to log to
message - The message

debug

public static void debug(org.apache.commons.logging.Log log,
                         java.lang.String message,
                         java.util.Map data)
Extended debugging. The name/value pairs in the data object will be appended to the log message.

Parameters:
log - The Log to log to
message - The message
data - Any additional data to log


Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.