public LogHandlerConfiguration(name as String, options as Map<String, Object> = null):
Creates a handler configuration.
| Parameter | Description |
|---|---|
name | Factory identifier. |
options | TOML table values. |
config = LogHandlerConfiguration("file", {"path": "app.log"})