Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » lf5 » util » [javadoc | source]
org.apache.log4j.lf5.util
public class: AdapterLogRecord [javadoc | source]
java.lang.Object
   org.apache.log4j.lf5.LogRecord
      org.apache.log4j.lf5.util.AdapterLogRecord

All Implemented Interfaces:
    Serializable

A LogRecord to be used with the LogMonitorAdapter

Fields inherited from org.apache.log4j.lf5.LogRecord:
_seqCount,  _level,  _message,  _sequenceNumber,  _millis,  _category,  _thread,  _thrownStackTrace,  _thrown,  _ndc,  _location
Constructor:
 public AdapterLogRecord() 
Method from org.apache.log4j.lf5.util.AdapterLogRecord Summary:
getLocationInfo,   getSevereLevel,   isSevereLevel,   parseLine,   setCategory,   setSevereLevel,   stackTraceToString
Methods from org.apache.log4j.lf5.LogRecord:
getCategory,   getLevel,   getLocation,   getMessage,   getMillis,   getNDC,   getNextId,   getSequenceNumber,   getThreadDescription,   getThrown,   getThrownStackTrace,   hasThrown,   isFatal,   isSevereLevel,   resetSequenceNumber,   setCategory,   setLevel,   setLocation,   setMessage,   setMillis,   setNDC,   setSequenceNumber,   setThreadDescription,   setThrown,   setThrownStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.lf5.util.AdapterLogRecord Detail:
 protected String getLocationInfo(String category) 
 public static LogLevel getSevereLevel() 
 public boolean isSevereLevel() 
 protected String parseLine(String trace,
    String category) 
 public  void setCategory(String category) 
 public static  void setSevereLevel(LogLevel level) 
 protected String stackTraceToString(Throwable t)