net.sf.jour.log4j.ext
Class LoggingProfilerEvent

java.lang.Object
  extended byorg.apache.log4j.spi.LoggingEvent
      extended bynet.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

Nested Class Summary
 class LoggingProfilerEvent.ExtLocationInfo
           
 
Field Summary
 
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)
           
 
Method Summary
 org.apache.log4j.spi.LocationInfo getLocationInformation()
           
 java.lang.String getLoggerName()
           
 java.lang.String getThreadName()
           
 
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
 

Constructor Detail

LoggingProfilerEvent

public LoggingProfilerEvent(java.lang.String fqnOfCategoryClass,
                            org.apache.log4j.Category logger,
                            org.apache.log4j.Priority level,
                            ProfilerEvent profilerEvent)
Method Detail

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.