For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
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'