org.mortbay.log
public class Frame extends Object
Constructor Summary | |
---|---|
Frame() Construct a frame. | |
Frame(int ignoreFrames) Construct a frame. |
Method Summary | |
---|---|
int | getDepth() |
String | getFile() |
String | getMethod() |
Frame | getParent() Get a Frame representing the function one level up in this frame. |
String | getStack() |
StackTraceElement | getStackTraceElement() |
String | getThread() |
String | getWhere() |
String | toString() |
Parameters: ignoreFrames number of levels of stack to ignore
Returns: parent frame or null if none