public class LoggerConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG
Debug logging level.
|
static int |
ERROR
Error logging level.
|
static int |
FATAL
Fatal logging level.
|
static int |
INFO
Info logging level.
|
static int |
WARN
Warn logging level.
|
Modifier | Constructor and Description |
---|---|
protected |
LoggerConstants()
Allow overrides but not instantiation.
|
public static final int FATAL
public static final int ERROR
public static final int WARN
public static final int INFO
public static final int DEBUG