numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
console_log_sink.h File Reference

Declaration of functions to create console log sinks. More...

#include "num_collect/impl/num_collect_export.h"
#include "num_collect/logging/sinks/log_sink.h"
+ Include dependency graph for console_log_sink.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Declaration of functions to create console log sinks.

Definition in file console_log_sink.h.