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 LoggingSystemFactoryLoggingSystemFactory.fromSpringFactories()Return aLoggingSystemFactorybacked byspring.factories. -
Uses of LoggingSystemFactory in org.springframework.boot.logging.java
Classes in org.springframework.boot.logging.java that implement LoggingSystemFactoryModifier and TypeClassDescriptionstatic classLoggingSystemFactorythat returnsJavaLoggingSystemif possible. -
Uses of LoggingSystemFactory in org.springframework.boot.logging.log4j2
Classes in org.springframework.boot.logging.log4j2 that implement LoggingSystemFactoryModifier and TypeClassDescriptionstatic classLoggingSystemFactorythat returnsLog4J2LoggingSystemif possible. -
Uses of LoggingSystemFactory in org.springframework.boot.logging.logback
Classes in org.springframework.boot.logging.logback that implement LoggingSystemFactoryModifier and TypeClassDescriptionstatic classLoggingSystemFactorythat returnsLogbackLoggingSystemif possible.