Home
last modified time | relevance | path

Searched refs:qof_log_level_from_string (Results 1 – 3 of 3) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqoflog.cpp451 level = qof_log_level_from_string(level_str); in qof_log_parse_log_config()
530 qof_log_level_from_string(const gchar *str) in qof_log_level_from_string() function
H A Dqoflog.h113 QofLogLevel qof_log_level_from_string(const char *str);
/dports/finance/gnucash/gnucash-4.9/gnucash/
H A Dgnucash-core-app.cpp167 auto level = qof_log_level_from_string (split_flag[1].c_str()); in gnc_log_init()