|
|
#define | MTB_PMBUS_LOG_LEVEL_OFF 0U |
| | Logging is disabled (default)
|
| |
|
#define | MTB_PMBUS_LOG_LEVEL_ERROR 1U |
| | Logs only error messages.
|
| |
|
#define | MTB_PMBUS_LOG_LEVEL_WARNING 2U |
| | Logs only error, warning messages.
|
| |
|
#define | MTB_PMBUS_LOG_LEVEL_INFO 3U |
| | Logs error, warning, and info messages.
|
| |
|
#define | MTB_PMBUS_LOG_LEVEL_DEBUG 4U |
| | Logs all messages (including debug)
|
| |