- java.lang.Object
-
- ch.qos.logback.classic.util.LevelUtil
-
-
Constructor Summary
Constructors Constructor Description LevelUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisInheritedLevelString(String levelStr)static LevellevelStringToLevel(String levelStr)
-
-
-
Constructor Detail
-
LevelUtil
public LevelUtil()
-
-
Method Detail
-
isInheritedLevelString
public static boolean isInheritedLevelString(String levelStr)
-
levelStringToLevel
public static Level levelStringToLevel(String levelStr)
-
-