Flow 1.0.0
Flow project: Full implementation reference.
|
#include "flow/log/log.hpp"
#include <boost/unordered_map.hpp>
#include <atomic>
#include <typeinfo>
#include <utility>
Go to the source code of this file.
Classes | |
class | flow::log::Config |
Class used to configure the filtering and logging behavior of Logger s; its use in your custom Logger s is optional but encouraged; supports dynamically changing filter settings even while concurrent logging occurs. More... | |
struct | flow::log::Config::Component_config |
The set of config stored for each distinct (as determined by Component::payload_type(), essentially C++ built-in std::type_info ) component payload type (in English – component enum class ). More... | |
class | flow::log::Config::Atomic_raw_sev |
Trivial wrapper of atomic<raw_sev_t> which adds a couple of things to make it possible to construct, and therefore use, a vector of such atomic s. 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. | |