Factory

@Order(value = 0)
open class Factory : LoggingSystemFactory

LoggingSystemFactory that returns Log4J2LoggingSystem 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.