log_error
log_error Logs message to console, if run through the GUI it logs with Error icon, focusing the error console.
text (str) – message to print
None
>>> log_to_stdout(LogLevel.DebugLog) >>> log_error("Spanferkel!") Spanferkel! >>>