org.jboss.logmanager.log4j
Class ConvertedLoggingEvent

java.lang.Object
  extended by org.apache.log4j.spi.LoggingEvent
      extended by org.jboss.logmanager.log4j.ConvertedLoggingEvent
All Implemented Interfaces:
java.io.Serializable

public final class ConvertedLoggingEvent
extends org.apache.log4j.spi.LoggingEvent

A log4j logging event which was converted from a JBoss LogManager ExtLogRecord.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.log4j.spi.LoggingEvent
categoryName, fqnOfCategoryClass, level, timeStamp
 
Constructor Summary
ConvertedLoggingEvent(org.jboss.logmanager.ExtLogRecord rec)
          Construct a new instance.
 
Method Summary
 
Methods inherited from class org.apache.log4j.spi.LoggingEvent
getFQNOfLoggerClass, getLevel, getLocationInformation, getLogger, getLoggerName, getMDC, getMDCCopy, getMessage, getNDC, getProperties, getProperty, getPropertyKeySet, getRenderedMessage, getStartTime, getThreadName, getThrowableInformation, getThrowableStrRep, getTimeStamp, locationInformationExists, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertedLoggingEvent

public ConvertedLoggingEvent(org.jboss.logmanager.ExtLogRecord rec)
Construct a new instance.

Parameters:
rec - the log record


Copyright © 2009. All Rights Reserved.