|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log4j.lf5.LogRecord org.apache.log.output.lf5.LogKitLogRecord
An implementation of a LogFactor5 LogRecord
based on a
LogKit LogEvent
.
Field Summary | |
static java.util.List |
LOGKIT_LOGLEVELS
The LogLevel s corresponding to LogKit priorities. |
Fields inherited from class org.apache.log4j.lf5.LogRecord |
_category, _level, _location, _message, _millis, _ndc, _seqCount, _sequenceNumber, _thread, _thrown, _thrownStackTrace |
Constructor Summary | |
LogKitLogRecord(LogEvent event,
Formatter fmt)
Create a LogFactor record from a LogKit event |
Method Summary | |
boolean |
isSevereLevel()
|
org.apache.log4j.lf5.LogLevel |
toLogLevel(Priority priority)
Convert a LogKit Priority to a LogFactor LogLevel . |
Methods inherited from class org.apache.log4j.lf5.LogRecord |
getCategory, getLevel, getLocation, getMessage, getMillis, getNDC, getNextId, getSequenceNumber, getThreadDescription, getThrown, getThrownStackTrace, hasThrown, isFatal, resetSequenceNumber, setCategory, setLevel, setLocation, setMessage, setMillis, setNDC, setSequenceNumber, setThreadDescription, setThrown, setThrownStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.util.List LOGKIT_LOGLEVELS
LogLevel
s corresponding to LogKit priorities.
Constructor Detail |
public LogKitLogRecord(LogEvent event, Formatter fmt)
Method Detail |
public boolean isSevereLevel()
public org.apache.log4j.lf5.LogLevel toLogLevel(Priority priority)
Priority
to a LogFactor LogLevel
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |