Flow 1.0.2
Flow project: Public API.
|
Classes | |
class | flow::log::Async_file_logger |
An implementation of Logger that logs messages to a given file-system path but never blocks any logging thread for file I/O; suitable for heavy-duty file logging. More... | |
struct | flow::log::Async_file_logger::Throttling_cfg |
Controls behavior of the throttling algorithm as described in Async_file_logger doc header Throttling section. 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. | |