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"); }}.

SEE ALSO

Utils

AUTHOR

Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2015-02-03 21:24:14 laplante@sednove.com