org.ops4j.pax.logging.spi
Interface PaxLocationInfo

All Known Implementing Classes:
PaxLocationInfoImpl

public interface PaxLocationInfo


Method Summary
 java.lang.String getClassName()
          Return the fully qualified class name of the caller making the logging request.
 java.lang.String getFileName()
          Return the file name of the caller.
 java.lang.String getLineNumber()
          Returns the line number of the caller.
 java.lang.String getMethodName()
          Returns the method name of the caller.
 

Method Detail

getFileName

java.lang.String getFileName()
Return the file name of the caller.

This information is not always available.

Returns:
the file name of the caller.

getClassName

java.lang.String getClassName()
Return the fully qualified class name of the caller making the logging request.

Returns:
the fully qualified class name of the caller making the logging request.

getLineNumber

java.lang.String getLineNumber()
Returns the line number of the caller.

This information is not always available.

Returns:
the line number of the caller.

getMethodName

java.lang.String getMethodName()
Returns the method name of the caller.

Returns:
the method name of the caller.


Copyright © 2006-2010 OPS4J - Open Participation Software for Java. All Rights Reserved.