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