DeferredLogs

A DeferredLogFactory implementation that manages a collection DeferredLog instances.

Author

Phillip Webb

Since

2.4.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getLog(destination: Class<out Any>): Log
open fun getLog(destination: Supplier<Log>): Log
open fun getLog(destination: Log): Log
Create a new DeferredLog for the given destination.
Link copied to clipboard
open fun switchOverAll()
Switch over all deferred logs to their supplied destination.