public class LogLevel extends Object
RealmLog.add(RealmLogger)
Modifier and Type | Field and Description |
---|---|
static int |
ALL
The ALL has the lowest possible rank and is intended to turn on all logging.
|
static int |
DEBUG
The DEBUG level designates fine-grained informational events that are mostly useful to debug an application.
|
static int |
ERROR
The ERROR level designates error events that might still allow the application to continue running.
|
static int |
FATAL
The FATAL level designates very severe error events that will presumably lead the application to abort.
|
static int |
INFO
The INFO level designates informational messages that highlight the progress of the application at
coarse-grained level.
|
static int |
OFF
The OFF has the highest possible rank and is intended to turn off logging.
|
static int |
TRACE
The TRACE level designates finer-grained informational events than DEBUG.
|
static int |
WARN
The WARN level designates potentially harmful situations.
|
Constructor and Description |
---|
LogLevel() |
public static final int ALL
public static final int TRACE
public static final int DEBUG
public static final int INFO
public static final int WARN
public static final int ERROR
public static final int FATAL
public static final int OFF