ifm3dpy.logging.LogLevel

class ifm3dpy.logging.LogLevel(value)

Bases: IntEnum

Enum: The log level.

__init__()

Attributes

None

Critical

Error

Warning

Info

Debug

Verbose

__members__