public class JulLevels extends Object
JUL Level | SLF4J Level
---------------------------------------
ALL | ALL
FINEST | TRACE
FINER | TRACE
FINE | DEBUG
CONFIG | DEBUG
INFO | INFO
WARNING | WARN
SEVERE | ERROR
SEVERE | FATAL
OFF | OFF
As Chameleon is based on LogBack, this class relies on LogBack classes.| Modifier and Type | Method and Description |
|---|---|
static Level |
toJUL(ch.qos.logback.classic.Level level)
Converts a SLF4J logging Level to a JDK logging Level.
|
static ch.qos.logback.classic.Level |
toSlf4J(Level level)
Converts a JDK logging Level to a Log4j logging Level.
|
public static ch.qos.logback.classic.Level toSlf4J(Level level)
level - the JDK Level to convert.public static Level toJUL(ch.qos.logback.classic.Level level)
level - SLF4J Level to convert.Copyright © 2009–2014 OW2 Chameleon. All rights reserved.