Skip to content

lifecyclelogging.log_types

Type definitions for the logging module.

LogLevelA type alias representing the valid log levels used in the logging module.

None

A type alias representing the valid log levels used in the logging module.

Valid values are:

  • “debug”
  • “info”
  • “warning”
  • “error”
  • “fatal”
  • “critical”