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

Definition of functions to get and set logging configurations. More...

#include "num_collect/impl/num_collect_export.h"
#include "num_collect/logging/log_tag_config.h"
#include "num_collect/logging/log_tag_view.h"
+ Include dependency graph for log_config.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.
 

Functions

NUM_COLLECT_EXPORT auto num_collect::logging::get_config_of (log_tag_view tag) -> log_tag_config
 Get the configuration of a tag.
 
NUM_COLLECT_EXPORT auto num_collect::logging::get_default_tag_config () -> log_tag_config
 Get the default configuration of log tags.
 
NUM_COLLECT_EXPORT void num_collect::logging::set_config_of (log_tag_view tag, const log_tag_config &config)
 Set the configuration of a tag.
 
NUM_COLLECT_EXPORT void num_collect::logging::set_default_tag_config (const log_tag_config &config)
 Set the default configuration of log tags.
 

Detailed Description

Definition of functions to get and set logging configurations.

Definition in file log_config.h.