All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addElapsedTime()
Call this once the work corresponding with a given log entry has completed to show the elapsed time after the
log entry.
|
void |
flush() |
LogNode |
log(String msg) |
LogNode |
log(String msg,
long elapsedTimeNanos) |
LogNode |
log(String msg,
long elapsedTimeNanos,
Throwable e) |
LogNode |
log(String sortKey,
String msg) |
LogNode |
log(String sortKey,
String msg,
long elapsedTimeNanos) |
LogNode |
log(String sortKey,
String msg,
long elapsedTimeNanos,
Throwable e) |
LogNode |
log(String sortKey,
String msg,
Throwable e) |
LogNode |
log(String msg,
Throwable e) |
String |
toString() |