public class Level
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Level |
ALL
All level
|
static java.lang.String |
cvsId
Revision control id
|
static Level |
DEBUG
Debug level
|
static Level |
ERROR
OFF level
|
static Level |
FATAL
Fatal level
|
static Level |
INFO
Info level
|
static Level |
OFF
Off level
|
static Level |
WARN
Warn level
|
Modifier and Type | Method and Description |
---|---|
int |
getLevel()
Get integer log level
|
static Level |
getLevel(java.lang.String level)
Get level from supplied string
|
java.lang.String |
toString()
String representation
|
public static final java.lang.String cvsId
public static final Level OFF
public static final Level FATAL
public static final Level ERROR
public static final Level WARN
public static final Level INFO
public static final Level DEBUG
public static final Level ALL
public int getLevel()
public static Level getLevel(java.lang.String level)
level
- level as a stringpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.