Searched defs:WriteOneLineToSyslog (Results 1 – 3 of 3) sorted by relevance
859 void WriteOneLineToSyslog(const char *s) { in WriteOneLineToSyslog() function882 void WriteOneLineToSyslog(const char *s) { syslog(LOG_INFO, "%s", s); } in WriteOneLineToSyslog() function
921 inline void WriteOneLineToSyslog(const char *s) {} in WriteOneLineToSyslog() function
785 void WriteOneLineToSyslog(const char *s) { in WriteOneLineToSyslog() function