replay

open fun replay(source: Log, destination: Class<out Any>): Log

Replay from a source log to a destination log when the source is deferred.

Return

the destination

Parameters

source

the source logger

destination

the destination logger class


open fun replay(source: Log, destination: Log): Log

Replay from a source log to a destination log when the source is deferred.

Return

the destination

Parameters

source

the source logger

destination

the destination logger