RF24Log  0.1.3
Unified logging library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CArduinoPrintLoggerA log handler implementation which outputs log messages to a stream
 CFormatSpecifierSome data about a format specifier
 CNativePrintLoggerClass to manage logging messages to a printf function pointer
 COStreamLoggerClass to manage logging messages to a ostream based object
 CRF24LogAbstractHandlerAn abstract base class for handling log messages
 CRF24LogAbstractStreamA protected collection of methods that output formatted data to a stream
 CRF24LogBaseHandlerA base mechanism for handling log messages
 CRF24LogDualHandlerModule to extend the RF24LogBaseHandler mechanism for redirecting to 2 different RF24LogBaseHandler objects
 CRF24LoggingThis is the end-user's access point into the world of logging messages
 CRF24LogPrintfParserClass that holds the RF24Log's in-house printf-like parsing