构造器和说明 |
---|
Log4JLogRecord()
Constructs an instance of a
Log4JLogRecord . |
限定符和类型 | 方法和说明 |
---|---|
boolean |
isSevereLevel()
Determines which
Priority levels will
be displayed in colored font when the LogMonitorAppender
renders this log message. |
void |
setThrownStackTrace(ThrowableInformation throwableInfo)
Set stack trace information associated with this Log4JLogRecord.
|
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
public boolean isSevereLevel()
Priority
levels will
be displayed in colored font when the LogMonitorAppender
renders this log message. By default, messages will be colored
red if they are of Priority
ERROR or FATAL.isSevereLevel
在类中 LogRecord
public void setThrownStackTrace(ThrowableInformation throwableInfo)
throwableInfo
- An ThrowableInformation to
associate with this Log4JLogRecord.LogRecord.getThrownStackTrace()