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

Function log_process_msg

fdbmonitor/fdbmonitor.cpp:178–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void log_process_msg(Severity severity, const char* process, const char* format, ...) {
179 va_list args;
180 va_start(args, format);
181
182 vlog_process_msg(severity, process, format, args);
183
184 va_end(args);
185}
186
187void log_err(const char* func, int err, const char* format, ...) {
188 va_list args;

Callers 2

read_child_outputFunction · 0.85
mainFunction · 0.85

Calls 1

vlog_process_msgFunction · 0.85

Tested by

no test coverage detected