Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ log_alert
Method
log_alert
python/log.py:221–222 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
219
log(LogLevel.ErrorLog, message, self.logger_name, self.session_id)
220
221
def
log_alert(self, message: str) -> None:
222
log(LogLevel.AlertLog, message, self.logger_name, self.session_id)
Callers
nothing calls this directly
Calls
1
log
Function · 0.70
Tested by
no test coverage detected