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


    protected static class AbstractLoggingSystem.LogLevels<T>
    extends Object
    Maintains a mapping between native levels and LogLevel.
    • Constructor Detail

      • LogLevels

        public LogLevels()
    • Method Detail

      • map

        public void map(LogLevel system,
                        T nativeLevel)
      • convertNativeToSystem

        public LogLevel convertNativeToSystem(T level)
      • convertSystemToNative

        public T convertSystemToNative(LogLevel level)

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.