log.ctf #!/bin/sh /ss/bin/ss.exe <html> <head> <title>Log</title> </head> <body> <pre> <lit> <% template = args().elementAt(0) msg = "hello" Response().log(msg) println("[" + msg + "] was send to the log file") %> </lit> </pre> </body> </html>