binaryninja.log.log_debug

binaryninja.log.log_debug(text)[source]

log_debug Logs debuging information messages to the console.

Parameters:

text (str) – message to print

Return type:

None

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