SET ERRORLOGGING

From Lianjapedia
Jump to: navigation, search

Purpose

Determines whether errors are logged to the debug text file in the lianja debug sub-directory

Syntax

SET ERRORLOGGING ON | OFF | (<expL>)

See Also

DEBUG, DEBUGOUT, ERRNO(), ERROR(), MESSAGE(), SET DEBUG, SET DEBUGCOMPILE, SET DEBUGTRACE, SET DEBUGOUT, STRERROR()

Description

With SET ERRORLOGGING ON, errors are logged to the debug text file in the lianja debug sub-directory. By default, SET ERRORLOGGING is ON.

Example

// Disable the logging of errors to the debug file
set errorlogging off