Next: run_script

Prev: destroy

log

log(string)
This function sends string to the standard error string, prefixed by the date. log() always returns 1.

Examples:

log("foo")
     => 1