Flow 1.0.0
Flow project: Full implementation reference.
|
#include "flow/log/ostream_log_msg_writer.hpp"
#include "flow/log/log.hpp"
#include "flow/util/util_fwd.hpp"
#include <boost/array.hpp>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | flow::log::Simple_ostream_logger |
An implementation of Logger that logs messages to the given ostream s (e.g., cout or an ofstream for a file). 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. | |