binaryninja.log.
log_debug
log_debug Logs debuging information messages to the console.
text (str) – message to print
None
>>> log_to_stdout(LogLevel.DebugLog) >>> log_debug("Hotdogs!") Hotdogs!