Print to Tomcat log console

How do you print to logs using listeners? Is there an expression like ${print “Message!”}?
Thanks.

Hi @Francisco_Arruda,

If you mean from within a Java Listener then simply you can use
System.out.println("Your Message");