klyn.logging.LogManager.registerHandlerFactory
method
public static registerHandlerFactory(factory as LogHandlerFactory) as Void:
Description

Registers or replaces a TOML handler factory.

Parameters
ParameterDescription
factoryFactory keyed by its name property.
Example

LogManager.registerHandlerFactory(MyHandlerFactory())