Why does this logging method not print to the console when the queue does not exist?
I am working with a method that is used within a larger script that is used to log information to a queue with a fallback to print the message to the console if the queue has not been created.