org.jcoderz.commons.logging
Class LoggerUtil

java.lang.Object
  extended by org.jcoderz.commons.logging.LoggerUtil

public final class LoggerUtil
extends Object

This helper class provides utils for checking log items.


Method Summary
static void checkLogItem(LogItem item, LogRecord record)
          This checks the structure of the LogItem against the LogRecord.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkLogItem

public static void checkLogItem(LogItem item,
                                LogRecord record)
This checks the structure of the LogItem against the LogRecord.

Parameters:
item - The log item to check.
record - THe LogRecord to check against.


Copyright 2007 The jCoderZ Project.