java.lang.Objectorg.apache.log4j.lf5.LogRecord
org.apache.log4j.lf5.Log4JLogRecord
A Log4JLogRecord
encapsulates
the details of your log4j LoggingEvent
in a format usable
by the LogBrokerMonitor
.
Field Summary |
Fields inherited from class org.apache.log4j.lf5.LogRecord |
_category, _level, _location, _message, _millis, _ndc, _seqCount, _sequenceNumber, _thread, _thrown, _thrownStackTrace |
Constructor Summary | |
Log4JLogRecord()
Constructs an instance of a Log4JLogRecord . |
Method Summary | |
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. |
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 |
Constructor Detail |
public Log4JLogRecord()
Log4JLogRecord
.
Method Detail |
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
in class LogRecord
public void setThrownStackTrace(ThrowableInformation throwableInfo)
throwableInfo
- An org.apache.log4j.spi.ThrowableInformation to
associate with this Log4JLogRecord.LogRecord.getThrownStackTrace()
Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.