|
RF24Log
0.1.3
Unified logging library
|
| CArduinoPrintLogger | A log handler implementation which outputs log messages to a stream |
| CFormatSpecifier | Some data about a format specifier |
| CNativePrintLogger | Class to manage logging messages to a printf function pointer |
| COStreamLogger | Class to manage logging messages to a ostream based object |
| CRF24LogAbstractHandler | An abstract base class for handling log messages |
| CRF24LogAbstractStream | A protected collection of methods that output formatted data to a stream |
| CRF24LogBaseHandler | A base mechanism for handling log messages |
| CRF24LogDualHandler | Module to extend the RF24LogBaseHandler mechanism for redirecting to 2 different RF24LogBaseHandler objects |
| CRF24Logging | This is the end-user's access point into the world of logging messages |
| CRF24LogPrintfParser | Class that holds the RF24Log's in-house printf-like parsing |