Factory

@Order(value = "Ordered.HIGHEST_PRECEDENCE + 1024")
open class Factory : LoggingSystemFactory

LoggingSystemFactory that returns LogbackLoggingSystem if possible.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Return a LoggingSystemFactory backed by spring.factories.
Link copied to clipboard
Return a logging system implementation or null if no logging system is available.