Log levels, chosen to match python logging conventions.

Generated

from enum meshtastic.LogRecord.Level

Enumeration Members

Enumeration Members

CRITICAL: 50

Log levels, chosen to match python logging conventions.

Generated

from enum value: CRITICAL = 50;

DEBUG: 10

Log levels, chosen to match python logging conventions.

Generated

from enum value: DEBUG = 10;

ERROR: 40

Log levels, chosen to match python logging conventions.

Generated

from enum value: ERROR = 40;

INFO: 20

Log levels, chosen to match python logging conventions.

Generated

from enum value: INFO = 20;

TRACE: 5

Log levels, chosen to match python logging conventions.

Generated

from enum value: TRACE = 5;

UNSET: 0

Log levels, chosen to match python logging conventions.

Generated

from enum value: UNSET = 0;

WARNING: 30

Log levels, chosen to match python logging conventions.

Generated

from enum value: WARNING = 30;

Generated using TypeDoc