Class AbstractLoggingSystem.LogLevels<T>

java.lang.Object
org.springframework.boot.logging.AbstractLoggingSystem.LogLevels<T>
Type Parameters:
T - the native level type
Enclosing class:
AbstractLoggingSystem

protected static class AbstractLoggingSystem.LogLevels<T> extends Object
Maintains a mapping between native levels and LogLevel.
  • Constructor Details

    • LogLevels

      public LogLevels()
  • Method Details

    • map

      public void map(LogLevel system, T nativeLevel)
    • convertNativeToSystem

      public LogLevel convertNativeToSystem(T level)
    • convertSystemToNative

      public T convertSystemToNative(LogLevel level)
    • getSupported

      public Set<LogLevel> getSupported()