numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of log_sink class. More...
#include <string_view>
#include <utility>
#include "num_collect/impl/num_collect_export.h"
#include "num_collect/logging/log_level.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::log_sink |
Class of 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 | |
template<typename T , typename... Args> | |
auto | num_collect::logging::sinks::create_log_sink (Args &&... args) -> log_sink |
Create a log sink. | |
Definition of log_sink class.
Definition in file log_sink.h.