binaryninja.log.
log_warn
log_warn Logs message to console, if run through the GUI it logs with Warning icon.
text (str) – message to print
None
>>> log_to_stdout(LogLevel.DebugLog) >>> log_info("Chilidogs!") Chilidogs! >>>