Type alias AgamaLogLevelType

AgamaLogLevelType: "info" | "debug" | "warning" | "error" | "fatal"

The type of log level for the Agama integration, represented by a value from the following list:
- 'info'
- 'debug'
- 'warning'
- 'error'
- 'fatal'