RADLib
RADical C++ application framework

RADLogging is the beta logging layer for deployed RADLib applications.

Core features:

  • Async process-wide logger.
  • Severity levels and category filters.
  • Console, file, rotating file, and syslog sinks.
  • Streaming macros such as RADLOG_INFO("category") << "message".