net.sf.jour.log4j.ext
Class LoggingProfilerEvent
java.lang.Object
org.apache.log4j.spi.LoggingEvent
net.sf.jour.log4j.ext.LoggingProfilerEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class LoggingProfilerEvent
- extends org.apache.log4j.spi.LoggingEvent
Convers Jour Event to printable log4j events.
Created on 06.12.2004
Contributing Author(s):
Misha Lifschitz (Inital implementation)
Vlad Skarzhevskyy (Inital implementation)
- Version:
- $Revision: 1.1 $ ($Author: vlads $) $Date: 2004/12/07 09:05:03 $
- Author:
- vlads
- See Also:
- Serialized Form
Fields inherited from class org.apache.log4j.spi.LoggingEvent |
categoryName, fqnOfCategoryClass, level, timeStamp |
Constructor Summary |
LoggingProfilerEvent(java.lang.String fqnOfCategoryClass,
org.apache.log4j.Category logger,
org.apache.log4j.Priority level,
ProfilerEvent profilerEvent)
|
Methods inherited from class org.apache.log4j.spi.LoggingEvent |
getLevel, getMDC, getMDCCopy, getMessage, getNDC, getRenderedMessage, getStartTime, getThrowableInformation, getThrowableStrRep |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingProfilerEvent
public LoggingProfilerEvent(java.lang.String fqnOfCategoryClass,
org.apache.log4j.Category logger,
org.apache.log4j.Priority level,
ProfilerEvent profilerEvent)
getLoggerName
public java.lang.String getLoggerName()
getThreadName
public java.lang.String getThreadName()
getLocationInformation
public org.apache.log4j.spi.LocationInfo getLocationInformation()
Copyright © 2004 sourceforge. All Rights Reserved.