iaik.tc.utils.logging.java12
Class LogCallerInfoJava12

Object
  extended by LogCallerInfo
      extended by LogCallerInfoJava12

public class LogCallerInfoJava12
extends LogCallerInfo

This class implements the CallerInfo for Java environments older than version 1.4. The class library of those Java environments does not support the Exception.getStackTrace method. Therefore, the call stack is obtained differently: The calltrace is written to a custom PrintWriter implementation which parses the data and extracts the class name, the method name and the line number of the call.


Constructor Summary
LogCallerInfoJava12()
           
 
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

LogCallerInfoJava12

public LogCallerInfoJava12()