scriptor.logger
Module Contents
Classes
- class scriptor.logger.Logging
- CRITICAL = 50
- FATAL
- ERROR = 40
- WARNING = 30
- WARN
- INFO = 20
- DEBUG = 10
- NOTSET = 0
- static format_text(*args, **kwargs)
- static set_level(level: int)
- static debug(*args, **kwargs)
- static info(*args, **kwargs)
- static warning(*args, **kwargs)
- static error(*args, **kwargs)