Previous Up Next

_openlog
Create a logfile with specific mask and timeout. The timeout specified how frequently time is written in the logile.

Logfile _openlog (
S _filename_
I _mask_
I _timeout_
)
Parameters

_filename_
name of the logfile
_mask_
initial mask
_timeout_
period (seconds)
Return value

new logfile

Error :