Uses of Class
org.springframework.boot.logging.AbstractLoggingSystem
Package
Description
Support and abstractions across several logging libraries.
Support for 'Java Util Logging'.
Support for the Log4j 2 logging library.
Support for the Logback logging library.
-
Uses of AbstractLoggingSystem in org.springframework.boot.logging
Modifier and TypeClassDescriptionclass
Abstract base class forLoggingSystem
implementations that utilize SLF4J. -
Uses of AbstractLoggingSystem in org.springframework.boot.logging.java
-
Uses of AbstractLoggingSystem in org.springframework.boot.logging.log4j2
-
Uses of AbstractLoggingSystem in org.springframework.boot.logging.logback