net.sf.jour.log4j.ext
Class LoggingProfilerEvent.ExtLocationInfo

java.lang.Object
  extended byorg.apache.log4j.spi.LocationInfo
      extended bynet.sf.jour.log4j.ext.LoggingProfilerEvent.ExtLocationInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
LoggingProfilerEvent

public class LoggingProfilerEvent.ExtLocationInfo
extends org.apache.log4j.spi.LocationInfo

See Also:
Serialized Form

Field Summary
static java.lang.String NA
           
 
Fields inherited from class org.apache.log4j.spi.LocationInfo
fullInfo
 
Constructor Summary
LoggingProfilerEvent.ExtLocationInfo()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getFileName()
           
 java.lang.String getLineNumber()
           
 java.lang.String getMethodName()
           
 
Methods inherited from class org.apache.log4j.spi.LocationInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NA

public static final java.lang.String NA
See Also:
Constant Field Values
Constructor Detail

LoggingProfilerEvent.ExtLocationInfo

public LoggingProfilerEvent.ExtLocationInfo()
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
Returns the className.

getFileName

public java.lang.String getFileName()
Returns:
Returns the fileName.

getLineNumber

public java.lang.String getLineNumber()
Returns:
Returns the lineNumber.

getMethodName

public java.lang.String getMethodName()
Returns:
Returns the methodName.


Copyright © 2004 sourceforge. All Rights Reserved.