CONSOLE_LOCAL

NAME

console_local - Output a string to local error_log.

SYNOPSIS

console_local(string);

DESCRIPTION

This function output a string to the error_log in the directory logs in /usr/local/website/project/logs/error_logs.

project depend on your project.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

 res={_{ console_local("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