22namespace sammine_log {
41 if (::sammine_log::is_type_in_list(DEBUG_TYPE, \
42 ::sammine_log::get_enabled_types())) { \
void set_enabled_types(const std::string &types_str)
Set the enabled debug types from command line (semicolon-separated).
Definition Logging.cpp:14
bool is_type_in_list(const char *type, const std::string &list)
Check if type is in semicolon-separated list.
Definition Logging.cpp:20
const std::string & get_enabled_types()
Get the enabled debug types string.
Definition Logging.cpp:18