iaik.tc.utils.logging.java14
Class LogCallerInfoJava14

Object
  extended by LogCallerInfo
      extended by LogCallerInfoJava14

public class LogCallerInfoJava14
extends LogCallerInfo

This class implements the CallerInfo for Java environments version 1.4 and above. Via the getStackTrace method, the class name, method name and line number of the caller can easily be obtained.


Constructor Summary
LogCallerInfoJava14()
           
 
Method Summary
 
Methods inherited from class LogCallerInfo
getClassName, getLineNumber, getMethodName, setClassName, setLineNumber, setMethodName
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogCallerInfoJava14

public LogCallerInfoJava14()