Searched full:syslog (Results 1 – 25 of 35) sorted by relevance
12
4 Syslog built-in backend.22 out('#include <syslog.h>',39 ' syslog(LOG_INFO, "%(name)s " %(fmt)s %(argnames)s);',
23 # if log file is not writable, fallback to syslog25 # try to update log file and fallback to syslog if it fails28 # Ensure the log file is writable, fallback to syslog if not
293 Syslog section in Trace backends296 The "syslog" backend sends trace events using the POSIX syslog API. The log301 NOTE: syslog may squash duplicate consecutive trace events and apply rate304 Restriction: "syslog" backend is restricted to POSIX compliant OS.
24 #include <syslog.h>
111 101 n64 syslog sys_syslog
111 101 n32 syslog sys_syslog
151 116 common syslog sys_syslog
218 200 common syslog sys_syslog
113 103 common syslog sys_syslog
115 103 common syslog sys_syslog
117 103 o32 syslog sys_syslog
116 103 common syslog sys_syslog
243 310 common syslog sys_syslog
119 103 common syslog sys_syslog
118 103 i386 syslog sys_syslog
251 207 common syslog sys_syslog
97 103 common syslog sys_syslog sys_syslog
140 103 common syslog sys_syslog
18 #include <syslog.h>392 if (g_strcmp0(domain, "syslog") == 0) { in ga_log()394 syslog(glib_log_level_to_system(level), "%s: %s", level_str, msg); in ga_log()