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