Home
last modified time | relevance | path

Searched refs:LOG_SYSLOG (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Modules/
Dsyslogmodule.c289 #ifndef LOG_SYSLOG in initsyslog()
290 #define LOG_SYSLOG LOG_DAEMON in initsyslog() macro
302 PyModule_AddIntConstant(m, "LOG_SYSLOG", LOG_SYSLOG); in initsyslog()
/external/python/cpython3/Modules/
Dsyslogmodule.c314 #ifndef LOG_SYSLOG in syslog_exec()
315 #define LOG_SYSLOG LOG_DAEMON in syslog_exec() macro
327 ADD_INT_MACRO(module, LOG_SYSLOG); in syslog_exec()
/external/python/cpython2/Doc/library/
Dsyslog.rst77 :const:`LOG_CRON`, :const:`LOG_SYSLOG` and :const:`LOG_LOCAL0` to
Dlogging.handlers.rst508 | ``syslog`` | LOG_SYSLOG |
/external/python/cpython3/Doc/library/
Dsyslog.rst91 :const:`LOG_CRON`, :const:`LOG_SYSLOG`, :const:`LOG_LOCAL0` to
Dlogging.handlers.rst705 | ``syslog`` | LOG_SYSLOG |
/external/python/cpython2/Lib/logging/
Dhandlers.py671 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler
715 "syslog": LOG_SYSLOG,
/external/python/cpython3/Lib/logging/
Dhandlers.py738 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler
789 "syslog": LOG_SYSLOG,
/external/rust/crates/libc/src/unix/
Dmod.rs251 pub const LOG_SYSLOG: ::c_int = 5 << 3; constant
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1352 pub const LOG_SYSLOG: ::c_int = 5 << 3; constant
/external/guice/extensions/persist/lib/
Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/python/cpython2/Misc/
DHISTORY12053 - Added the LOG_SYSLOG constant to the syslog module, if defined.
/external/python/cpython3/Misc/
DHISTORY29432 - Added the LOG_SYSLOG constant to the syslog module, if defined.