console . utils . sncode
latest
Output a string to error_log.
CONSOLE
NAME
console - Output a string to error_log.
SYNOPSIS
console(string);
DESCRIPTION
This function output a string to the error_log file usually in /usr/local/apache/logs/error_log or /var/lgo/httpd/error_log
EXAMPLES
Note: In the followings examples, the _ between the { should be removed to make it work.
res={_{ console("test"); }}.
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>