numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Declaration of functions to create console log sinks. More...
Go to the source code of this file.
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 | |
NUM_COLLECT_EXPORT auto | num_collect::logging::sinks::create_colored_console_sink () -> log_sink |
Create a log sink to write to console with color. | |
NUM_COLLECT_EXPORT auto | num_collect::logging::sinks::create_non_colored_console_sink () -> log_sink |
Create a log sink to write to console without color. | |
Declaration of functions to create console log sinks.
Definition in file console_log_sink.h.