Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ LogAlertF
Method
LogAlertF
binaryninjaapi.h:1039–1042 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1037
*/
1038
template<typename... T>
1039
void LogAlertF(fmt::format_string<T...> format, T&&... args)
1040
{
1041
LogAlertFV(format, fmt::make_format_args(args...));
1042
}
1043
1044
/*! Get the name registered for this Logger
1045
Callers
1
InitController
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected