public class Logger extends Object
Modifier and Type | Method and Description |
---|---|
<T> T |
call(Callable<T> method,
String operationName)
Given a generic callable method & an operation name, if debug mode is enabled,
prints the execution time taken.
|
void |
debug(String msg) |
void |
error(String msg) |
void |
info(String msg) |
void |
infoOut(String msg) |
void |
warn(String msg) |