Modifier and type | Action and description |
---|---|
static java.lang.String | getLabels
Replies the string representation of all the labels. |
java.lang.String | toJsonString
Replies the preferred string representation of the level within a Json stream. |
java.util.logging.Level | toJul
Replies the JUL level. |
org.apache.log4j.Level | toLog4j
Replies the log4j level. |
static Level | valueOf(String) |
static Level | valueOf(Level)
Replies the level that is equivalent to the given JUL level. |
static Level | valueOf(Level)
Replies the level that is equivalent to the given Log4J level. |
static Level | valueOfCaseInsensitive(String)
Parse a case insensitive string for obtaining the level. |
static Level | values |
static val ALL : Level
static val DEBUG : Level
static val ERROR : Level
static val INFO : Level
static val OFF : Level
static val TRACE : Level
static val WARNING : Level
def getLabels : java.lang.String
def toJsonString : java.lang.String
def toJul : java.util.logging.Level
def toLog4j : org.apache.log4j.Level
def valueOf(String) : Level
def valueOf(Level) : Level
def valueOf(Level) : Level
def valueOfCaseInsensitive(String) : Level
def values : Level