Skip to main content

Python class

LogLevel

LogLevel

class max.engine.LogLevel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

source

Bases: str, Enum

The LogLevel specifies the log level used by the Mojo Ops.

CRITICAL

CRITICAL = 'critical'

source

DEBUG

DEBUG = 'debug'

source

ERROR

ERROR = 'error'

source

INFO

INFO = 'info'

source

NOTSET

NOTSET = 'notset'

source

TRACE

TRACE = 'trace'

source

WARNING

WARNING = 'warning'

source