22#include "num_collect/impl/num_collect_export.h"
Class to hold configurations for log tags.
Class of tags of logs without memory management.
Definition of log_tag_config class.
Definition of log_tag_view class.
NUM_COLLECT_EXPORT void set_config_of(log_tag_view tag, const log_tag_config &config)
Set the configuration of a tag.
NUM_COLLECT_EXPORT auto get_default_tag_config() -> log_tag_config
Get the default configuration of log tags.
NUM_COLLECT_EXPORT void set_default_tag_config(const log_tag_config &config)
Set the default configuration of log tags.
NUM_COLLECT_EXPORT auto get_config_of(log_tag_view tag) -> log_tag_config
Get the configuration of a tag.