iaik.tc.utils.logging.java14
Class LogCallerInfoJava14

java.lang.Object
  extended by iaik.tc.utils.logging.LogCallerInfo
      extended by iaik.tc.utils.logging.java14.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 iaik.tc.utils.logging.LogCallerInfo
getClassName, getLineNumber, getMethodName, setClassName, setLineNumber, setMethodName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogCallerInfoJava14

public LogCallerInfoJava14()