Home
last modified time | relevance | path

Searched refs:LOG_SYSLOG (Results 1 – 14 of 14) 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.c317 #ifndef LOG_SYSLOG in PyInit_syslog()
318 #define LOG_SYSLOG LOG_DAEMON in PyInit_syslog() macro
330 PyModule_AddIntMacro(m, LOG_SYSLOG); in PyInit_syslog()
/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.rst83 :const:`LOG_CRON`, :const:`LOG_SYSLOG`, :const:`LOG_LOCAL0` to
Dlogging.handlers.rst674 | ``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.py725 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler
769 "syslog": LOG_SYSLOG,
/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/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.