klyn.logging.LogHandlerFactory.create
method
public create(configuration as LogHandlerConfiguration) as LogHandler throws LogConfigurationException
Description

Creates a handler.

Parameters
ParameterDescription
configurationValidated table configuration.
Returns

Configured handler.

Throws
  • LogConfigurationException when an option is invalid.
Example

handler = factory.create(configuration)