|
Documentation Framework API Reference
|
Previous: Standard Default Value
Next: Hidden Variables
System Log Functions
A log can be opened with SysLogOpen, which returns a handle to the log. Log entries are made with SysLogEntry and the log is eventually closed with SysLogClose. The logs are stored in tables syslogs and syslogs_e. The guarantee that the log entry will always be written comes at the price of a separate connection to the database for each log. In a debugging situation you can open as many of them as you need, but in a production system they should only be used in highest need.
Table of ContentsSysLogOpenSysLogEntry SysLogClose
Previous: Standard Default Value
Next: Hidden Variables
|
