syslog2
stable_0.5
1. Introduction
1.1. Functionality
1.2. Installation
1.2.1. Supported environments
1.2.2. Installing
1.2.3. Installing a different version
1.2.4. Verifying the installation
1.3. Package version
1.4. Compatibility and deprecation policy
1.5. Python namespaces
2. API Reference
2.1. Class SysLogHandler
2.2. Class SysLogTargetError
2.3. SysLogHandler Details
2.3.1. Local system log targets
2.3.2. Use of the syslog facility
2.3.3. Use of the program identifier
3. Development
3.1. Repository
3.2. Setting up the development environment
3.3. Building the documentation
3.4. Testing
3.5. Testing from the source archives on Pypi or GitHub
3.6. Contributing
3.7. Releasing a version to PyPI
3.8. Starting a new version
4. Appendix
4.1. References
5. Change log
5.1. syslog2 0.5.0
syslog2
»
Index
Edit on GitHub
Index
_
|
C
|
E
|
F
|
L
|
M
|
P
|
S
_
__version__ (in module syslog2._version)
C
close() (syslog2.SysLogHandler method)
E
emit() (syslog2.SysLogHandler method)
encodePriority() (syslog2.SysLogHandler method)
F
facility_names (syslog2.SysLogHandler attribute)
L
LOG_ALERT (syslog2.SysLogHandler attribute)
LOG_AUTH (syslog2.SysLogHandler attribute)
LOG_AUTHPRIV (syslog2.SysLogHandler attribute)
LOG_CONSOLE (syslog2.SysLogHandler attribute)
LOG_CRIT (syslog2.SysLogHandler attribute)
LOG_CRON (syslog2.SysLogHandler attribute)
LOG_DAEMON (syslog2.SysLogHandler attribute)
LOG_DEBUG (syslog2.SysLogHandler attribute)
LOG_EMERG (syslog2.SysLogHandler attribute)
LOG_ERR (syslog2.SysLogHandler attribute)
LOG_FTP (syslog2.SysLogHandler attribute)
LOG_INFO (syslog2.SysLogHandler attribute)
LOG_KERN (syslog2.SysLogHandler attribute)
LOG_LOCAL0 (syslog2.SysLogHandler attribute)
LOG_LOCAL1 (syslog2.SysLogHandler attribute)
LOG_LOCAL2 (syslog2.SysLogHandler attribute)
LOG_LOCAL3 (syslog2.SysLogHandler attribute)
LOG_LOCAL4 (syslog2.SysLogHandler attribute)
LOG_LOCAL5 (syslog2.SysLogHandler attribute)
LOG_LOCAL6 (syslog2.SysLogHandler attribute)
LOG_LOCAL7 (syslog2.SysLogHandler attribute)
LOG_LPR (syslog2.SysLogHandler attribute)
LOG_MAIL (syslog2.SysLogHandler attribute)
LOG_NEWS (syslog2.SysLogHandler attribute)
LOG_NOTICE (syslog2.SysLogHandler attribute)
LOG_NTP (syslog2.SysLogHandler attribute)
LOG_SECURITY (syslog2.SysLogHandler attribute)
LOG_SOLCRON (syslog2.SysLogHandler attribute)
LOG_SYSLOG (syslog2.SysLogHandler attribute)
LOG_USER (syslog2.SysLogHandler attribute)
LOG_UUCP (syslog2.SysLogHandler attribute)
LOG_WARNING (syslog2.SysLogHandler attribute)
M
mapPriority() (syslog2.SysLogHandler method)
P
Python Glossary
S
severity_names (syslog2.SysLogHandler attribute)
SysLogHandler (class in syslog2)
SysLogTargetError (class in syslog2)