Package org.springframework.boot.logging
Class AbstractLoggingSystem.LogLevels<T>
java.lang.Object
org.springframework.boot.logging.AbstractLoggingSystem.LogLevels<T>
- Type Parameters:
- T- the native level type
- Enclosing class:
- AbstractLoggingSystem
Maintains a mapping between native levels and 
LogLevel.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvertNativeToSystem(T level) convertSystemToNative(LogLevel level) void
- 
Constructor Details- 
LogLevelspublic LogLevels()
 
- 
- 
Method Details- 
map
- 
convertNativeToSystem
- 
convertSystemToNative
- 
getSupported
 
-