MCPcopy Create free account
hub / github.com/Snapchat/Valdi / log

Function log

third-party/yoga/src/yoga/debug/Log.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30} // namespace
31
32void log(LogLevel level, const char* format, ...) noexcept {
33 va_list args;
34 va_start(args, format);
35 vlog(nullptr, nullptr, level, format, args);
36 va_end(args);
37}
38
39void log(
40 const yoga::Node* node,

Callers 5

assertFatalFunction · 0.70
assertFatalWithNodeFunction · 0.70
assertFatalWithConfigFunction · 0.70
tsn_math_logFunction · 0.50
measureMethod · 0.50

Calls 1

vlogFunction · 0.85

Tested by

no test coverage detected