org.springframework.boot.logging

Class Slf4JLoggingSystem

    • Constructor Detail

      • Slf4JLoggingSystem

        public Slf4JLoggingSystem(ClassLoader classLoader)
    • Method Detail

      • cleanUp

        public void cleanUp()
        Description copied from class: LoggingSystem
        Clean up the logging system. The default implementation does nothing. Subclasses should override this method to perform any logging system-specific cleanup.
        Overrides:
        cleanUp in class LoggingSystem
      • isBridgeJulIntoSlf4j

        protected final boolean isBridgeJulIntoSlf4j()
        Return whether bridging JUL into SLF4J or not.
        Returns:
        whether bridging JUL into SLF4J or not
        Since:
        2.0.4
      • isBridgeHandlerAvailable

        protected final boolean isBridgeHandlerAvailable()

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