<% template = args().elementAt(0) msg = "hello" Response().log(msg) println("[" + msg + "] was send to the log file") %>