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

Method log_error

python/log.py:218–219  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

216 log(LogLevel.WarningLog, message, self.logger_name, self.session_id)
217
218 def log_error(self, message: str) -> None:
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 15

callbackMethod · 0.80
_type_addedMethod · 0.80
_type_updatedMethod · 0.80
_type_renamedMethod · 0.80
_type_deletedMethod · 0.80
_outputMethod · 0.80
_warningMethod · 0.80
_errorMethod · 0.80
_external_ref_takenMethod · 0.80
_execute_script_inputMethod · 0.80

Calls 1

logFunction · 0.70

Tested by

no test coverage detected