replayTo

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

Replay deferred logging to the specified destination.

Parameters

destination

the destination for the deferred log messages