klyn.logging.LogHandlerConfiguration.table
method
public table(name as String) as SortedMap<String, Object>:
Description

Reads a nested TOML table.

Parameters
ParameterDescription
nameChild table name.
Returns

Child values, or an empty map.

Throws
  • LogConfigurationException when the value is not a table.
Example

rotation = config.table("rotation")