RF24Log
0.1.3
Unified logging library
|
Order of log levels and filtering. More...
#include <stdint.h>
Go to the source code of this file.
Enumerations | |
enum | RF24LogLevel : uint8_t { OFF = 0 , ERROR = 010 , WARN = 020 , INFO = 030 , DEBUG = 040 , ALL = 0xFF } |
the predefined logging levels More... | |
Order of log levels and filtering.
Definition in file RF24LogLevel.h.