Uses of Interface
org.springframework.boot.logging.LoggingSystemFactory
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 LoggingSystemFactory in org.springframework.boot.logging
Modifier and TypeMethodDescriptionstatic LoggingSystemFactory
LoggingSystemFactory.fromSpringFactories()
Return aLoggingSystemFactory
backed byspring.factories
. -
Uses of LoggingSystemFactory in org.springframework.boot.logging.java
Modifier and TypeClassDescriptionstatic class
LoggingSystemFactory
that returnsJavaLoggingSystem
if possible. -
Uses of LoggingSystemFactory in org.springframework.boot.logging.log4j2
Modifier and TypeClassDescriptionstatic class
LoggingSystemFactory
that returnsLog4J2LoggingSystem
if possible. -
Uses of LoggingSystemFactory in org.springframework.boot.logging.logback
Modifier and TypeClassDescriptionstatic class
LoggingSystemFactory
that returnsLogbackLoggingSystem
if possible.