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