lifecyclelogging.log_types
Type definitions for the logging module.
Module Contents
Section titled “Module Contents”LogLevel | A type alias representing the valid log levels used in the logging module. |
|---|
lifecyclelogging.log_types.LogLevel : TypeAlias
Section titled “lifecyclelogging.log_types.LogLevel : TypeAlias”None
A type alias representing the valid log levels used in the logging module.
Valid values are:
- “debug”
- “info”
- “warning”
- “error”
- “fatal”
- “critical”