RF24Log
0.1.3
Unified logging library
|
CFormatSpecifier | Some data about a format specifier |
▼CRF24LogAbstractStream | A protected collection of methods that output formatted data to a stream |
▼CRF24LogPrintfParser | Class that holds the RF24Log's in-house printf-like parsing |
CArduinoPrintLogger | A log handler implementation which outputs log messages to a stream |
CNativePrintLogger | Class to manage logging messages to a printf function pointer |
COStreamLogger | Class to manage logging messages to a ostream based object |
▼CRF24LogBaseHandler | A base mechanism for handling log messages |
▼CRF24LogAbstractHandler | An abstract base class for handling log messages |
CRF24LogPrintfParser | Class that holds the RF24Log's in-house printf-like parsing |
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 |