yubikit.logging

Classes

LOG_LEVEL

Enum where members are also (and must be) ints

Module Contents

class yubikit.logging.LOG_LEVEL[source]

Bases: enum.IntEnum

Enum where members are also (and must be) ints

ERROR = 40
WARNING = 30
INFO = 20
DEBUG = 10
TRAFFIC = 5
NOTSET = 0