binaryninja.log.log_debug

log_debug(text)[source]

log_debug Logs debugging information messages to the console.

Parameters:

text (str) – message to print

Return type:

None

Example:
>>> log_to_stdout(LogLevel.DebugLog)
>>> log_debug("Hotdogs!")
Hotdogs!