no-OS
|
Go to the source code of this file.
Macros | |
#define | ADI_COMPILED_LOGLEVEL ADI_LOGLEVEL_WARN |
#define | ADI_LOGLEVEL_TRACE (0) |
#define | ADI_LOGLEVEL_DEBUG (1) |
#define | ADI_LOGLEVEL_INFO (2) |
#define | ADI_LOGLEVEL_WARN (3) |
#define | ADI_LOGLEVEL_ERROR (4) |
#define | ADI_LOGLEVEL_FATAL (5) |
#define | ADI_LOGLEVEL_NONE (255) |
#define ADI_COMPILED_LOGLEVEL ADI_LOGLEVEL_WARN |
Log level events to be compiled into the device driver. Less severe logging calls will not be included, reducing code size
#define ADI_LOGLEVEL_DEBUG (1) |
Log diagnostic information
#define ADI_LOGLEVEL_ERROR (4) |
Log events that cannot be recovered from
#define ADI_LOGLEVEL_FATAL (5) |
Log events that are likely to be fatal
#define ADI_LOGLEVEL_INFO (2) |
Log state changes in the application
#define ADI_LOGLEVEL_NONE (255) |
Disable all logging
#define ADI_LOGLEVEL_TRACE (0) |
Log everything in exhaustive detail. Used only for development
#define ADI_LOGLEVEL_WARN (3) |
Log bad, but recoverable events