MCPcopy Create free account
hub / github.com/acl-dev/acl / vmsg4

Method vmsg4

lib_acl_cpp/src/stdlib/log.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void log::vmsg4(size_t section, size_t level, const char* fmt, va_list ap)
117{
118 if (acl_do_debug((int) section, (int) level)) {
119 vmsg2(fmt, ap);
120 }
121}
122
123void log::msg6(size_t section, size_t level, const char* fname,
124 int line, const char* func, const char* fmt, ...)

Callers

nothing calls this directly

Calls 1

acl_do_debugFunction · 0.85

Tested by

no test coverage detected