public static interface MethodLogger.Entry
Modifier and Type | Method and Description |
---|---|
String |
accessMessage() |
long |
accessTime() |
void |
appendTo(StringBuilder builder)
Appends this logger entry along with any child-entries to the given StringBuilder.
|
List<MethodLogger.Entry> |
childEntries() |
long |
duration()
Returns the duration of the method call this entry represents in nanoseconds,
this value is 0 or undefined until the exit time has been set.
|
long |
exitTime() |
boolean |
hasChildEntries() |
boolean |
isComplete() |
String |
method() |
String |
toString(int indentation)
Returns a string representation of this log entry.
|
boolean hasChildEntries()
List<MethodLogger.Entry> childEntries()
String method()
boolean isComplete()
long accessTime()
long exitTime()
String accessMessage()
long duration()
isComplete()
.void appendTo(StringBuilder builder)
builder
- the StringBuilder to append to.String toString(int indentation)
indentation
- the number of tab indents to prefix the string with