When I use Javascript in Apples Quartz Composer application, it has a Log command I can inspect the state of my code with
eg: Log("Give Feedback" + variables)
the Log statements appear in the QC app exceptions/Log info drawer and also I can see them in OS X's consul application.
What can I use Adobe software since Log is not a know function. Note I'm aware of Alert command but do not want to have to confirm every Log statement with an interaction the way alert does.