类 AbstractLoggingSystem.LogLevels<T>

java.lang.Object
org.springframework.boot.logging.AbstractLoggingSystem.LogLevels<T>
类型参数:
T - the native level type
封闭类:
AbstractLoggingSystem

protected static class AbstractLoggingSystem.LogLevels<T> extends Object
Maintains a mapping between native levels and LogLevel.
  • 构造器详细资料

    • LogLevels

      public LogLevels()
  • 方法详细资料

    • 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()