xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_SysLogOpen()

Opens the log file of the operating system

Syntax

HB_SysLogOpen( <cAppName> ) --> lSuccess

Arguments

<cAppName>
This is a character string holding the name of the application which opens the system log file.

Return

The function returns .T. (true) when the system log file is successfully opened, otherwise .F. (false) is returned.

Description

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.

Info

See also:INIT LOG, HB_SysLogMessage(), HB_SysLogOpen()
Category: Log functions , xHarbour extensions
Source:rtl\hbSysLog.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe