RF24Log  0.1.3
Unified logging library
Enumerations
RF24LogLevel.h File Reference

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...
 

Detailed Description

Order of log levels and filtering.

Date
Created 2 Oct 2020
Author
Witold Markowski (wmarkow)

Definition in file RF24LogLevel.h.