iso14229 0.10.0
ISO14229-1 (UDS) C Library
Loading...
Searching...
No Matches
valid values for UDS_LOG_LEVEL

logging for bring-up and unit tests. This interface was copied from ESP-IDF. More...

Macros

#define UDS_LOG_NONE   0
#define UDS_LOG_ERROR   1
#define UDS_LOG_WARN   2
#define UDS_LOG_INFO   3
#define UDS_LOG_DEBUG   4
#define UDS_LOG_VERBOSE   5

Detailed Description

configures logging verbosity

Macro Definition Documentation

◆ UDS_LOG_DEBUG

#define UDS_LOG_DEBUG   4

Log debug, info, warnings, and errors

Definition at line 666 of file iso14229.h.

◆ UDS_LOG_ERROR

#define UDS_LOG_ERROR   1

Log errors only

Definition at line 663 of file iso14229.h.

◆ UDS_LOG_INFO

#define UDS_LOG_INFO   3

Log info, warnings, and errors

Definition at line 665 of file iso14229.h.

◆ UDS_LOG_NONE

#define UDS_LOG_NONE   0

No log output

Definition at line 662 of file iso14229.h.

◆ UDS_LOG_VERBOSE

#define UDS_LOG_VERBOSE   5

Log verbose, debug, info, warnings, and errors

Definition at line 667 of file iso14229.h.

◆ UDS_LOG_WARN

#define UDS_LOG_WARN   2

Log warnings and errors

Definition at line 664 of file iso14229.h.