public class Logger extends Object
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
d(String tag,
String message)
D void.
|
static void |
e(String tag,
Throwable t)
E void.
|
static void |
registerInterface(LoggerInterface logInterface)
Register interface.
|
static void |
w(String tag,
String message)
W void.
|
public static void registerInterface(LoggerInterface logInterface)
logInterface - the log interfacepublic static void w(String tag, String message)
tag - the tagmessage - the messagepublic static void d(String tag, String message)
tag - the tagmessage - the messageCopyright © 2017. All rights reserved.