Searched defs:WriteOneLineToSyslog (Results 1 – 3 of 3) sorted by relevance
798 void WriteOneLineToSyslog(const char *s) { in WriteOneLineToSyslog() function821 void WriteOneLineToSyslog(const char *s) { syslog(LOG_INFO, "%s", s); } in WriteOneLineToSyslog() function
896 inline void WriteOneLineToSyslog(const char *s) {} in WriteOneLineToSyslog() function
790 void WriteOneLineToSyslog(const char *s) { in WriteOneLineToSyslog() function