Difference between revisions of "DB USERLOG"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Description)
Line 19: Line 19:
 
By default, the DB_USERLOG environment variable is:
 
By default, the DB_USERLOG environment variable is:
  
DB_USERLOG="${DB_ROOT}log/${LOGNAME}.log"
+
<pre>DB_USERLOG="${DB_ROOT}log/${LOGNAME}.log"</pre>
 
+
  
 
==Products==
 
==Products==

Revision as of 15:38, 12 March 2009

DB_USERLOG

Class

Environment Variables / Symbols


Purpose

Used to specify a directory and filename to which user specific logging information should be written


See Also

USERLOG()


Description

The DB_USERLOG environment variable / symbol is used to specify a directory and filename to which user specific logging information should be written. With DB_USERLOG set to a valid filename, the USERLOG() function can be used to write to the log for debugging or audit trail purposes.

By default, the DB_USERLOG environment variable is:

DB_USERLOG="${DB_ROOT}log/${LOGNAME}.log"

Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer