Class LevelUtil

java.lang.Object
ch.qos.logback.classic.util.LevelUtil

public class LevelUtil extends Object
Utility methods for transforming string values to Level.
Since:
1.5.1
  • Constructor Details

    • LevelUtil

      public LevelUtil()
  • Method Details

    • isInheritedLevelString

      public static boolean isInheritedLevelString(String levelStr)
    • levelStringToLevel

      public static Level levelStringToLevel(String levelStr)