public class Logger extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
LOG_IGNORED |
static boolean |
LOG_PING |
static boolean |
LOG_THREADS |
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
d(String tag,
String message) |
static void |
e(String tag,
String message) |
static void |
e(String tag,
Throwable t) |
static void |
registerInterface(LogInterface logInterface) |
static void |
w(String tag,
String message) |
public static final boolean LOG_THREADS
public static final boolean LOG_IGNORED
public static final boolean LOG_PING
Copyright © 2016. All rights reserved.