MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Log

Method Log

log.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100void BinaryNinja::Log(BNLogLevel level, const char* fmt, ...)
101{
102 va_list args;
103 va_start(args, fmt);
104 PerformLog(0, level, "", 0, fmt, args);
105 va_end(args);
106}
107
108
109void BinaryNinja::LogTrace(const char* fmt, ...)

Callers

nothing calls this directly

Calls 2

PerformLogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected