Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/log/detail/log_fwd.hpp"
#include "flow/log/ostream_log_msg_writer.hpp"
#include "flow/log/log.hpp"
Go to the source code of this file.
Classes | |
class | flow::log::Serial_file_logger |
An internal-use implementation of Logger that logs messages to a given file-system path, blocking the calling thread while the I/O occurs, and usable safely only if logging occurs non-concurrently. 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. | |