org.apache.log.output.lf5
Class LogKitLogRecord
LogRecordorg.apache.log.output.lf5.LogKitLogRecord
public class LogKitLogRecord
extends LogRecord
An implementation of a LogFactor5
LogRecord based on a
LogKit
LogEvent.
$Id: LogKitLogRecord.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $static List | LOGKIT_LOGLEVELS- The
LogLevels corresponding to LogKit priorities.
|
private boolean | m_severe- Is this a severe event ?
|
LOGKIT_LOGLEVELS
public static final List LOGKIT_LOGLEVELS
The LogLevels corresponding to LogKit priorities.
m_severe
private boolean m_severe
Is this a severe event ?
LogKitLogRecord
public LogKitLogRecord(LogEvent event,
Formatter fmt) Create a LogFactor record from a LogKit event
isSevereLevel
public boolean isSevereLevel()
toLogLevel
public LogLevel toLogLevel(Priority priority)
Convert a LogKit Priority to a LogFactor LogLevel.