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.
Since:
1.0.0
Author:
Phillip Webb, Dave Syer
  • Constructor Details

    • LogLevels

      public LogLevels()
  • Method Details