public static interface LogRedirector.Logger
Log API.| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(java.lang.String tag,
int priority)
Allows the caller to query if a particular tag and priority will be logged.
|
void |
log(int priority,
java.lang.String tag,
java.lang.String message)
Submit a log message.
|
boolean isLoggable(java.lang.String tag,
int priority)
Log.isLoggable(java.lang.String, int), callers are required to consult this manually if the
result is to be considered.void log(int priority,
java.lang.String tag,
java.lang.String message)