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

Method LogAlert

log.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156void BinaryNinja::LogAlert(const char* fmt, ...)
157{
158 va_list args;
159 va_start(args, fmt);
160 PerformLog(0, AlertLog, "", 0, fmt, args);
161 va_end(args);
162}
163
164
165void BinaryNinja::LogFV(BNLogLevel level, fmt::string_view format, fmt::format_args args)

Callers 1

InitializeHeaderMethod · 0.80

Calls 2

PerformLogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected