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

Method LogTrace

log.cpp:109–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109void BinaryNinja::LogTrace(const char* fmt, ...)
110{
111#ifdef _DEBUG
112 va_list args;
113 va_start(args, fmt);
114 PerformLog(0, DebugLog, "", 0, fmt, args);
115 va_end(args);
116#endif
117}
118
119
120void BinaryNinja::LogDebug(const char* fmt, ...)

Callers 5

ParseExportTrieMethod · 0.80
ParseChainedFixupsMethod · 0.80
ParseChainedStartsMethod · 0.80

Calls 2

PerformLogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected