scistag.logstag.log_level.LogLevel¶
- class LogLevel(value)[source]¶
Bases:
IntEnumEnumeration of log levels
Methods
Attributes
Informational log output
Developer log output
Warnings - not critical yet though
Serious error logs
Really evil errors
__doc____members____module__- CRITICAL = 50¶
Really evil errors
- DEBUG = 10¶
Developer log output
- ERROR = 40¶
Serious error logs
- INFO = 20¶
Informational log output
- WARNING = 30¶
Warnings - not critical yet though