org.openmdx.kernel.log.impl
Interface LogLocation

All Known Implementing Classes:
AbstractStackTrace

public interface LogLocation

This the base class for all stack tracers and provides the generic functionality


Method Summary
 String getClassname()
          Returns the full class name including the class' package.
 int getLineNumber()
          Returns the line number.
 String getMethod()
          Returns the method name.
 

Method Detail

getClassname

String getClassname()
Returns the full class name including the class' package.

Returns:
a String

getMethod

String getMethod()
Returns the method name.

Returns:
a String

getLineNumber

int getLineNumber()
Returns the line number.

Returns:
a String


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.