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

Method LogInfoF

binaryninjaapi.h:997–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995 */
996 template<typename... T>
997 void LogInfoF(fmt::format_string<T...> format, T&&... args)
998 {
999 LogInfoFV(format, fmt::make_format_args(args...));
1000 }
1001
1002 /*! LogWarn writes text to the error console including a warning icon,
1003 and also shows a warning icon in the bottom pane. LogWarn corresponds to the log level: WarningLog.

Callers 1

ApplyImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected