public class NativeLogTool extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeLogTool.LogTarget |
| Constructor and Description |
|---|
NativeLogTool() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEnabled() |
static boolean |
logError(String message) |
static boolean |
logError(String tag,
String message) |
static boolean |
logError(String tag,
String message,
Throwable t) |
static boolean |
logError(String message,
Throwable t) |
static boolean |
logInfo(String message) |
static boolean |
logInfo(String tag,
String message) |
static boolean |
logWarning(String message) |
static boolean |
logWarning(String tag,
String message) |
static void |
setEnableState(boolean en) |