public static class Logger.Level
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static Logger.Level |
DEBUG
Most extreme logging, should only be required to diagnose
problems
|
static Logger.Level |
ERROR
Only log errors.
|
static Logger.Level |
INFO
Log only information, usually high level events.
|
static Logger.Level |
WARN
Only log warnings.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
java.lang.String |
getName()
Get the name of this log level.
|
java.lang.String |
toString() |
public static final Logger.Level DEBUG
public static final Logger.Level INFO
public static final Logger.Level WARN
public static final Logger.Level ERROR
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.ComparableCopyright © 2018. All rights reserved.