xHarbour Reference Documentation > Function Reference |
Opens the log file of the operating system
HB_SysLogOpen( <cAppName> ) --> lSuccess
The function returns .T. (true) when the system log file is successfully opened, otherwise .F. (false) is returned.
HB_SysLogOpen() is part of xHarbour's log system. It is recommended to use the INIT LOG command with the SYSLOG() option for accessing the log file of the operating system.
See also: | INIT LOG, HB_SysLogMessage(), HB_SysLogOpen() |
Category: | Log functions , xHarbour extensions |
Source: | rtl\hbSysLog.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com