Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/log/ostream_log_msg_writer.hpp"
#include "flow/log/log.hpp"
#include "flow/util/string_ostream.hpp"
#include "flow/util/util_fwd.hpp"
Go to the source code of this file.
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. | |