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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertNativeToSystem
(T level) convertSystemToNative
(LogLevel level) void
-
Constructor Details
-
LogLevels
public LogLevels()
-
-
Method Details
-
map
-
convertNativeToSystem
-
convertSystemToNative
-
getSupported
-