|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.utils.logging.LogCallerInfo
iaik.tc.utils.logging.java12.LogCallerInfoJava12
public class LogCallerInfoJava12
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 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 |
---|
public LogCallerInfoJava12()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |