Flow 1.0.2
Flow project: Public API.
Classes | Namespaces
buffer_logger.hpp File Reference

Classes

class  flow::log::Buffer_logger
 An implementation of Logger that logs messages to an internal std::string buffer and provides read-only access to this buffer (for example, if one wants to write out its contents when exiting program). More...
 

Namespaces

namespace  flow
 Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel.
 
namespace  flow::log
 Flow module providing logging functionality.