public class LogKitLogRecord
extends LogRecord
LogRecord based on a
LogKit LogEvent.| Modifier and Type | Field and Description |
|---|---|
static java.util.List |
LOGKIT_LOGLEVELS
The
LogLevels corresponding to LogKit priorities. |
private boolean |
m_severe
Is this a severe event ?
|
| Constructor and Description |
|---|
LogKitLogRecord(LogEvent event,
Formatter fmt)
Create a LogFactor record from a LogKit event
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSevereLevel() |
LogLevel |
toLogLevel(Priority priority)
Convert a LogKit
Priority to a LogFactor LogLevel. |
private boolean m_severe
public static final java.util.List LOGKIT_LOGLEVELS
LogLevels corresponding to LogKit priorities.public boolean isSevereLevel()
public LogLevel toLogLevel(Priority priority)
Priority to a LogFactor LogLevel.