klyn.logging.handler.MultiLogHandler.MultiLogHandler
constructor
public MultiLogHandler(handlers as IList<LogHandler>):
Description

Creates a stable snapshot of child handlers.

Parameters
ParameterDescription
handlersDestinations receiving events.
Example

handler = MultiLogHandler([ConsoleLogHandler()])