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

Snapshot of the handlers currently configured for this logger.

The returned list is independent from the manager's internal handler graph and can therefore be inspected without mutating logging state.

Returns

Current top-level destination handlers.

Example

assert logger.handlers.size > 0u