LogLevel¶
- class safir.logging.LogLevel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
 Bases:
EnumPython logging level.
Any case variation is accepted when converting a string to an enum value via the class constructor.
Attributes Summary
Attributes Documentation
- CRITICAL = 'CRITICAL'¶
 
- DEBUG = 'DEBUG'¶
 
- ERROR = 'ERROR'¶
 
- INFO = 'INFO'¶
 
- WARNING = 'WARNING'¶