Uses of Class
org.springframework.boot.logging.LoggingSystem

Packages that use LoggingSystem
org.springframework.boot.context.initializer   
org.springframework.boot.logging   
org.springframework.boot.logging.java   
org.springframework.boot.logging.log4j   
org.springframework.boot.logging.logback   
 

Uses of LoggingSystem in org.springframework.boot.context.initializer
 

Methods in org.springframework.boot.context.initializer with parameters of type LoggingSystem
protected  void LoggingApplicationContextInitializer.initializeLogLevel(LoggingSystem system, LogLevel level)
           
 

Uses of LoggingSystem in org.springframework.boot.logging
 

Subclasses of LoggingSystem in org.springframework.boot.logging
 class AbstractLoggingSystem
          Abstract base class for LoggingSystem implementations.
 

Methods in org.springframework.boot.logging that return LoggingSystem
static LoggingSystem LoggingSystem.get(ClassLoader classLoader)
          Detect and return the logging system in use.
 

Uses of LoggingSystem in org.springframework.boot.logging.java
 

Subclasses of LoggingSystem in org.springframework.boot.logging.java
 class JavaLoggingSystem
          LoggingSystem for java.util.logging.
 

Uses of LoggingSystem in org.springframework.boot.logging.log4j
 

Subclasses of LoggingSystem in org.springframework.boot.logging.log4j
 class Log4JLoggingSystem
          LoggingSystem for for log4j.
 

Uses of LoggingSystem in org.springframework.boot.logging.logback
 

Subclasses of LoggingSystem in org.springframework.boot.logging.logback
 class LogbackLoggingSystem
          LoggingSystem for for logback.
 



Copyright © 2013. All Rights Reserved.