Can we log from Sightly / HTL?
Looking at the list of HTL Global Objects in the documentation log is listed as a java-backed object backed by org.slf4j.Logger.
My question is, how can I use it?
I can't find any examples of it.
Thinking about it, this is a specific case of a more general question; How can I call methods and pass parameters to Java-backed objects?
I know it can be done when instantiating a Use-API object but that's not the pattern I'm after.
If it can't be done then it is hard to understand why the log and out objects are made available.
