MCPcopy Create free account
hub / github.com/apple/foundationdb / log_msg

Function log_msg

fdbmonitor/fdbmonitor.cpp:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void log_msg(Severity severity, const char* format, ...) {
170 va_list args;
171 va_start(args, format);
172
173 vlog_process_msg(severity, "fdbmonitor", format, args);
174
175 va_end(args);
176}
177
178void log_process_msg(Severity severity, const char* process, const char* format, ...) {
179 va_list args;

Callers 8

log_errFunction · 0.85
CommandMethod · 0.85
getRssFunction · 0.85
kill_processFunction · 0.85
load_confFunction · 0.85
watch_conf_dirFunction · 0.85
set_watchesFunction · 0.85
mainFunction · 0.85

Calls 1

vlog_process_msgFunction · 0.85

Tested by

no test coverage detected