numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Declaration of functions to create combined log sinks. More...
#include <string_view>
#include <utility>
#include <vector>
#include "num_collect/logging/log_level.h"
#include "num_collect/logging/sinks/log_sink.h"
#include "num_collect/logging/time_stamp.h"
#include "num_collect/util/source_info_view.h"
Go to the source code of this file.
Classes | |
class | num_collect::logging::sinks::combined_log_sink |
Class of log sinks to write logs to multiple log sinks. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::logging |
Namespace of logging. | |
namespace | num_collect::logging::sinks |
Namespace of log sinks. | |
Functions | |
auto | num_collect::logging::sinks::create_combined_log_sink (std::vector< std::pair< log_sink, log_level > > sinks) -> log_sink |
Create a log sink to write logs to multiple log sinks. | |
Declaration of functions to create combined log sinks.
Definition in file combined_log_sink.h.