klyn.logging.LogHandlerConfiguration.has
method
public has(name as String) as Boolean:
Description

Tests whether an option exists.

Parameters
ParameterDescription
nameOption name.
Returns

true when present.

Example

assert config.has("path")