public interface LoggingFacility
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG |
static int |
ERROR |
static int |
INFO |
static int |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
void |
writeLog(int level,
String tag,
String message,
Throwable t)
Write message to log
|
static final int DEBUG
static final int INFO
static final int WARNING
static final int ERROR
Copyright © 2016. All rights reserved.