接口的使用
org.springframework.boot.logging.LoggingSystemFactory
使用LoggingSystemFactory的程序包
程序包
说明
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.
-
org.springframework.boot.logging中LoggingSystemFactory的使用
修饰符和类型方法说明static LoggingSystemFactory
LoggingSystemFactory.fromSpringFactories()
Return aLoggingSystemFactory
backed byspring.factories
. -
org.springframework.boot.logging.java中LoggingSystemFactory的使用
-
org.springframework.boot.logging.log4j2中LoggingSystemFactory的使用
-
org.springframework.boot.logging.logback中LoggingSystemFactory的使用