|
Purpose |
Writes a string to the system log | |
|
Old name |
#define write_system_log trm_write_syslog | |
|
Syntax |
void trm_write_syslog(string) | |
|
Parameters |
char* string |
Null-terminated string to write to system log |
|
Description |
The trm_write_syslog() function writes a string to the system log file SYSLOG.PRN, if logging has been enabled. It is prefixed by date, time and access levels | |