SET ERRORLOGGING

From Lianjapedia
Revision as of 07:18, 20 June 2016 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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