| Package | Description | 
|---|---|
| org.springframework.boot.logging | Support and abstractions across several logging libraries. | 
| org.springframework.boot.logging.java | Support for 'Java Util Logging'. | 
| org.springframework.boot.logging.log4j | Support for the Log4J logging library. | 
| org.springframework.boot.logging.logback | Support for the Logback logging library. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractLoggingSystemAbstract base class for  LoggingSystemimplementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LoggingSystem | LoggingSystem. get(ClassLoader classLoader)Detect and return the logging system in use. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | LoggingApplicationListener. initializeLogLevel(LoggingSystem system,
                  LogLevel level) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JavaLoggingSystem | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Log4JLoggingSystemLoggingSystemfor for log4j. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LogbackLoggingSystemLoggingSystemfor for logback. | 
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.