public interface LevelConverter
Levels
and JUL
Levels
.Constants.LEVEL_CONVERTER_PROPERTY
Modifier and Type | Method and Description |
---|---|
Level |
toJavaLevel(org.apache.logging.log4j.Level level)
Converts a Log4j logging Level to a JDK logging Level.
|
org.apache.logging.log4j.Level |
toLevel(Level javaLevel)
Converts a JDK logging Level to a Log4j logging Level.
|
org.apache.logging.log4j.Level toLevel(Level javaLevel)
javaLevel
- JDK Level to convert.null
if the given level could not be converted.Level toJavaLevel(org.apache.logging.log4j.Level level)
level
- Log4j Level to convert.null
if the given level could not be converted.Copyright © 1999-2021 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.