SEARCH:
  Next: SysLogEntry

SysLogOpen

string Name
int LogNumber


Use this function to open a system log. Returns a LogNumber, which is used for subsequent calls to SysLogEntry. When the log is finished, close it with SysLogClose.

Any number of system logs can be open at a time.

  Next: SysLogEntry