Python class
LogLevel
LogLevel
class max.engine.LogLevel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
The LogLevel specifies the log level used by the Mojo Ops.
CRITICAL
CRITICAL = 'critical'
DEBUG
DEBUG = 'debug'
ERROR
ERROR = 'error'
INFO
INFO = 'info'
NOTSET
NOTSET = 'notset'
TRACE
TRACE = 'trace'
WARNING
WARNING = 'warning'
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!