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.log4j2 |
Support for the Log4j 2 logging library.
|
org.springframework.boot.logging.logback |
Support for the Logback logging library.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoggingSystem
Abstract base class for
LoggingSystem implementations. |
class |
Slf4JLoggingSystem
Abstract base class for
LoggingSystem implementations that utilize SLF4J. |
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) |
protected void |
LoggingApplicationListener.setLogLevels(LoggingSystem system,
Environment environment) |
Modifier and Type | Class and Description |
---|---|
class |
JavaLoggingSystem
|
Modifier and Type | Class and Description |
---|---|
class |
Log4JLoggingSystem
Deprecated.
in Spring Boot 1.3 in favor of Apache Log4j 2 (following Apache's EOL
declaration for log4j 1.x)
|
Modifier and Type | Class and Description |
---|---|
class |
Log4J2LoggingSystem
LoggingSystem for Log4j 2. |
Modifier and Type | Class and Description |
---|---|
class |
LogbackLoggingSystem
LoggingSystem for logback. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.