getLog

open fun getLog(destination: Class<out Any>): Log
open fun getLog(destination: Log): Log
open fun getLog(destination: Supplier<Log>): Log

Create a new DeferredLog for the given destination.

Return

a deferred log instance that will switch to the destination whenappropriate.

Parameters

destination

the ultimate log destination