console_local . utils . sncode
latest
Output a string to local error_log.
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"); }}.
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>