org.springframework.boot.logging

Class AbstractLoggingSystem

    • Constructor Detail

      • AbstractLoggingSystem

        public AbstractLoggingSystem(ClassLoader classLoader,
                             String... paths)
    • Method Detail

      • getClassLoader

        protected final ClassLoader getClassLoader()
      • initialize

        public void initialize()
        Description copied from class: LoggingSystem
        Initialize the logging system using sensible defaults. This method should generally try to find system specific configuration on classpath before falling back to sensible defaults.
        Specified by:
        initialize in class LoggingSystem
      • initializeWithSensibleDefaults

        protected void initializeWithSensibleDefaults()
      • getPackagedConfigFile

        protected final String getPackagedConfigFile(String fileName)

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