Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfuserlog()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfUserLog()
Add a message to the log file
------------------------------------------------------------------------------
Syntax:

     dfUserLog( <cMsg> ) --> NIL

Parameters:

     <cMsg>     Message to add

Returns:

     NIL

Description:

     Add a message to the LOG file
     
     This function make the DBLOG file in the same directory of the DBDD
     and add the messafe <cMsg> to the file
     
     With the setting dfSet( AI_ENABLEUSERTRACE ) the log file it's enabled
     
     When this setting it's acttive some library function adds to the log
     file some information about the locking and the inpur/output operation
     of the library

Example:

     // Trace on
     dfSet( AI_ENABLEUSERTRACE, .T. )
     
     // Application Trace
     dfUserLog( "Test Message" )
     MyFormExe()
     
     // Trace Off
     dfSet( AI_ENABLEUSERTRACE, .F. )

See also:

     dfNet(), dfSet()

See Also: dfNet() dfSet()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson