public validate(configuration as LogHandlerConfiguration) as Void throws LogConfigurationException
Validates the shape and declared values of a TOML table.
This method is called even when enabled = false, but it must not open a file, database connection or other external resource.
| Parameter | Description |
|---|---|
configuration | Table configuration to validate. |
factory.validate(configuration)