Class AbstractLoggingSystem.LogLevels<T>
java.lang.Object
org.springframework.boot.logging.AbstractLoggingSystem.LogLevels<T>
- Type Parameters:
- T- the native level type
- Enclosing class:
- AbstractLoggingSystem
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@Nullable LogLevelconvertNativeToSystem(T level) @Nullable TconvertSystemToNative(@Nullable LogLevel level) void
- 
Constructor Details- 
LogLevelspublic LogLevels()
 
- 
- 
Method Details- 
map
- 
convertNativeToSystem
- 
convertSystemToNative
- 
getSupported
 
-