public static interface Logger.LogWrapper
The core interface of Log, converted into instance methods so as to
allow easier mock testing.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStackTraceString(java.lang.Throwable tr) |
boolean |
isLoggable(java.lang.String tag,
int level) |
void |
println(int level,
java.lang.String tag,
java.lang.String message) |