Difference between revisions of "SET ERRORLOGGING"

From Lianjapedia
Jump to: navigation, search
(Created page with "==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== DEBU...")
 
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[DEBUG]], [[DEBUGOUT()]], [[ERRNO()]], [[ERROR()]], [[MESSAGE()]], [[SET DEBUG]], [[SET DEBUGCOMPILE]], [[SET DEBUGTRACE]], [[SET DEBUGOUT]], [[STRERROR]]
+
[[DEBUG]], [[DEBUGOUT]], [[ERRNO()]], [[ERROR()]], [[MESSAGE()]], [[SET DEBUG]], [[SET DEBUGCOMPILE]], [[SET DEBUGTRACE]], [[SET DEBUGOUT]], [[STRERROR()]]
  
 
==Description==
 
==Description==

Latest revision as of 07:18, 20 June 2016

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