Flow 1.0.1
Flow project: Full implementation reference.
|
#include "flow/log/log_fwd.hpp"
#include "flow/log/config.hpp"
#include <array>
#include <chrono>
#include <ostream>
#include <boost/io/ios_state.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | flow::log::Ostream_log_msg_writer |
Utility class, each object of which wraps a given ostream and outputs discrete messages to it adorned with time stamps and other formatting such as separating newlines. 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. | |