Can you write to the Hazel Log file from a shell script?

Subject line speaks for itself. I tried something like this
but that didn't add anything to the Hazel log window. Is there any way of adding text to the Hazel log from within a shell script action?
- Code: Select all
doSomething && echo "It worked!" || echo "It did NOT work"
but that didn't add anything to the Hazel log window. Is there any way of adding text to the Hazel log from within a shell script action?