Home
last modified time | relevance | path

Searched refs:debug_log_level (Results 1 – 25 of 71) sorted by relevance

123

/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Dwsrep-lib_test.cpp43 static std::string debug_log_level; variable
70 debug_log_level = val; in parse_arg()
105 if (debug_log_level.size()) in setup_env()
107 int level = std::stoi(debug_log_level); in setup_env()
109 wsrep::log::debug_log_level(level); in setup_env()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Dwsrep-lib_test.cpp43 static std::string debug_log_level; variable
70 debug_log_level = val; in parse_arg()
105 if (debug_log_level.size()) in setup_env()
107 int level = std::stoi(debug_log_level); in setup_env()
109 wsrep::log::debug_log_level(level); in setup_env()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Dwsrep-lib_test.cpp43 static std::string debug_log_level; variable
70 debug_log_level = val; in parse_arg()
105 if (debug_log_level.size()) in setup_env()
107 int level = std::stoi(debug_log_level); in setup_env()
109 wsrep::log::debug_log_level(level); in setup_env()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/test/
H A Dwsrep-lib_test.cpp43 static std::string debug_log_level; variable
70 debug_log_level = val; in parse_arg()
105 if (debug_log_level.size()) in setup_env()
107 int level = std::stoi(debug_log_level); in setup_env()
109 wsrep::log::debug_log_level(level); in setup_env()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/src/
H A Dlogger.cpp35 void wsrep::log::debug_log_level(int debug_log_level) in debug_log_level() argument
37 debug_log_level_.store(debug_log_level, std::memory_order_relaxed); in debug_log_level()
40 int wsrep::log::debug_log_level() in debug_log_level() function in wsrep::log
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/src/
H A Dlogger.cpp35 void wsrep::log::debug_log_level(int debug_log_level) in debug_log_level() function in wsrep::log
37 debug_log_level_.store(debug_log_level, std::memory_order_relaxed); in debug_log_level()
40 int wsrep::log::debug_log_level() in debug_log_level() function in wsrep::log
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/src/
H A Dlogger.cpp35 void wsrep::log::debug_log_level(int debug_log_level) in debug_log_level() argument
37 debug_log_level_.store(debug_log_level, std::memory_order_relaxed); in debug_log_level()
40 int wsrep::log::debug_log_level() in debug_log_level() function in wsrep::log
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/src/
H A Dlogger.cpp35 void wsrep::log::debug_log_level(int debug_log_level) in debug_log_level() function in wsrep::log
37 debug_log_level_.store(debug_log_level, std::memory_order_relaxed); in debug_log_level()
40 int wsrep::log::debug_log_level() in debug_log_level() function in wsrep::log
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dstreaming_context.hpp65 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
72 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
83 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in enable()
98 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in disable()
H A Dlogger.hpp112 static void debug_log_level(int debug_level);
117 static int debug_log_level();
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dstreaming_context.hpp65 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
72 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
83 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in enable()
98 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in disable()
H A Dlogger.hpp112 static void debug_log_level(int debug_level);
117 static int debug_log_level();
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dstreaming_context.hpp65 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
72 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
83 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in enable()
98 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in disable()
H A Dlogger.hpp112 static void debug_log_level(int debug_level);
117 static int debug_log_level();
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dstreaming_context.hpp65 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
72 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in params()
83 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in enable()
98 WSREP_LOG_DEBUG(wsrep::log::debug_log_level(), in disable()
H A Dlogger.hpp112 static void debug_log_level(int debug_level);
117 static int debug_log_level();
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_debug.c63 static int debug_log_level = LOG_DEBUG; variable
65 #define debug_log_level LOG_DEBUG macro
138 debug_log_level = val; in netsnmp_set_debug_log_level()
144 return debug_log_level; in netsnmp_get_debug_log_level()
339 snmp_vlog(debug_log_level, format, debugargs); in debugmsg()
531 snmp_log(debug_log_level, "%s: ", token); in debug_combo_nc()
532 snmp_vlog(debug_log_level, format, debugargs); in debug_combo_nc()
H A Dsnmp.c92 int debug_log_level = netsnmp_get_debug_log_level(); in xdump() local
94 #define debug_log_level LOG_DEBUG in xdump() macro
126 snmp_log(debug_log_level, "%s", buffer); in xdump()
129 snmp_log(debug_log_level, "\n"); in xdump()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/dbsim/
H A Ddb_params.hpp42 int debug_log_level; member
60 , debug_log_level(0) in params()
H A Ddb_simulator.cpp149 server.server_state().debug_log_level(params_.debug_log_level); in start()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/dbsim/
H A Ddb_params.hpp42 int debug_log_level; member
60 , debug_log_level(0) in params()
H A Ddb_simulator.cpp149 server.server_state().debug_log_level(params_.debug_log_level); in start()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/dbsim/
H A Ddb_params.hpp42 int debug_log_level; member
60 , debug_log_level(0) in params()
H A Ddb_simulator.cpp149 server.server_state().debug_log_level(params_.debug_log_level); in start()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/dbsim/
H A Ddb_params.hpp42 int debug_log_level; member
60 , debug_log_level(0) in params()

123