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