Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - n_logmsg( <centry> ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_LOGMSG( <cEntry> )


Parameters

<cEntry>
Text (up to 80 characters) to write to the system log.


Returns

Logical true if successful, otherwise false. Get an exact error code 
using N_ERROR().


Description

The specified text is written to the Novell system log file SYS: 
SYSTEM\ SYS$LOG.MSG. Additional data will be truncated. System log 
messages can be used to help track performance and activity on the 
network.


Example

ACCEPT 'Password: ' TO pw
IF .NOT. (UPPER(pw) = ='SLEIGH')
   N_LOGMSG('Invalid login, station ' ;
      + STR(N_STANUM(), 3))
ENDIF





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