extended_data.logging.log_types

Type definitions for the logging module.

Module Contents

Data

LogLevel

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

API

extended_data.logging.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”