RF24Log  0.1.3
Unified logging library
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  handler_ext
 RF24LogDualHandler.cpp
 RF24LogDualHandler.hHandler extention to manage 2 handlers
  RF24Loggers
 ArduinoPrintLogger.cpp
 ArduinoPrintLogger.hHandler for Print::print() function calls based on Arduino API
 NativePrintLogger.cpp
 NativePrintLogger.hHandler for printf-based function calls
 OStreamLogger.cpp
 OStreamLogger.hHandler for ostream based objects
  RF24LogParts
 AbstractHandler.cpp
 AbstractHandler.hAbstract class that allows custom handlers agnostic to any output stream APIs
 AbstractStream.cpp
 AbstractStream.hAbstract class that allows using different output stream APIs
 Common.cpp
 Common.hGlobal functions for RF24Log Abstract objects
 FormatSpecifier.cpp
 FormatSpecifier.hGeneric struct that allows customization of a printf-like parser
 LevelDescriptions.hA collection of constants used to describe a particular logging level
 PrintfParser.cpp
 PrintfParser.hMechanisms for parsing the log messages before they are output to a stream
 RF24LogBaseHandler.hInherent declarations for all handlers
 RF24Logging.cpp
 RF24Logging.hProvides rf24Logging singleton for accessing the Logging API
 RF24LogLevel.hOrder of log levels and filtering