autointent.custom_types.LogLevel# class autointent.custom_types.LogLevel# Bases: enum.Enum Logging levels for the AutoIntent framework. DEBUG = 'DEBUG'# INFO = 'INFO'# WARNING = 'WARNING'# ERROR = 'ERROR'# CRITICAL = 'CRITICAL'#