Logging to console on event

Hello,

I would like to print a log entry to the console immediately inform the person supervising the experiment some event occurred. Instead of using a print statement, I would like to display the message as it would appear in the log file, including the time stamp, level and message. Is there a simple way to do this without flushing the logger?