Log levels, chosen to match python logging conventions.

from enum meshtastic.LogRecord.Level

Enumeration Members

Enumeration Members

CRITICAL

Log levels, chosen to match python logging conventions.

from enum value: CRITICAL = 50;

DEBUG

Log levels, chosen to match python logging conventions.

from enum value: DEBUG = 10;

ERROR

Log levels, chosen to match python logging conventions.

from enum value: ERROR = 40;

INFO

Log levels, chosen to match python logging conventions.

from enum value: INFO = 20;

TRACE

Log levels, chosen to match python logging conventions.

from enum value: TRACE = 5;

UNSET

Log levels, chosen to match python logging conventions.

from enum value: UNSET = 0;

WARNING

Log levels, chosen to match python logging conventions.

from enum value: WARNING = 30;