DeferredLogFactory

Factory that can be used to create multiple DeferredLog instances that will switch over when appropriate.

Author

Phillip Webb

Since

2.4.0

See also

Inheritors

Functions

Link copied to clipboard
open fun getLog(destination: Class<out Any>): Log
abstract fun getLog(destination: Supplier<Log>): Log
open fun getLog(destination: Log): Log
Create a new DeferredLog for the given destination.