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 |
|---|---|
String |
getStackTraceString(Throwable tr) |
boolean |
isLoggable(String tag,
int level) |
void |
println(int level,
String tag,
String message) |