|
iso14229 0.10.0
ISO14229-1 (UDS) C Library
|
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 |
configures logging verbosity
| #define UDS_LOG_DEBUG 4 |
Log debug, info, warnings, and errors
Definition at line 666 of file iso14229.h.
| #define UDS_LOG_ERROR 1 |
Log errors only
Definition at line 663 of file iso14229.h.
| #define UDS_LOG_INFO 3 |
Log info, warnings, and errors
Definition at line 665 of file iso14229.h.
| #define UDS_LOG_NONE 0 |
No log output
Definition at line 662 of file iso14229.h.
| #define UDS_LOG_VERBOSE 5 |
Log verbose, debug, info, warnings, and errors
Definition at line 667 of file iso14229.h.
| #define UDS_LOG_WARN 2 |
Log warnings and errors
Definition at line 664 of file iso14229.h.