|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectLogCallerInfo
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 LogCallerInfo |
|---|
getClassName, getLineNumber, getMethodName, setClassName, setLineNumber, setMethodName |
| Methods inherited from class 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 | |||||||