Send Log And Debug Messages To the *Messages* Buffer In Emacs
You can do this which shows the message in the echo area as well as adds it to the *Messages* buffer
Code
(message "The quick brown fox")
You can send faces that show up in the echo area, but they are stripped when sent into the *Messages* buffer