org.jcoderz.commons.logging
Class LoggerUtil
java.lang.Object
org.jcoderz.commons.logging.LoggerUtil
public final class LoggerUtil
- extends Object
This helper class provides utils for checking log items.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.