klyn.logging.handler.MultiLogHandler.handlers
property
public readonly property handlers as IList<LogHandler>:
Description

Snapshot of the direct child handlers.

Returns

Independent list containing each configured destination.

Example

assert MultiLogHandler([ConsoleLogHandler()]).handlers.size == 1u