16 #ifndef SRC_RF24LOGPARTS_PARSING_H_
17 #define SRC_RF24LOGPARTS_PARSING_H_
27 void write(uint8_t logLevel,
32 #if defined (ARDUINO_ARCH_AVR)
33 void write(uint8_t logLevel,
34 const __FlashStringHelper *vendorId,
35 const __FlashStringHelper *message,
abstract class that allows custom handlers agnostic to any output stream APIs
abstract class that allows using different output stream APIs
An abstract base class for handling log messages.
A protected collection of methods that output formatted data to a stream.
class that holds the RF24Log's in-house printf-like parsing
void write(uint8_t logLevel, const char *vendorId, const char *message, va_list *args)