Skip to content

kampka/syslogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syslogging

A syslog(3) LogHandler for pythons logging system

travis pypi

This modules provides a LogHandler for pythons logging system that logs to the system logger using syslog(3) instead of talking to the system logger over socket connections directly.

Example::
>>> import logging
>>> from syslogging import SyslogHandler
>>> logger = logging.getLogger("my-application")
>>> logger.addHandler(SyslogHandler("my-application"))
>>> logger.error("Hello World")

About

A syslog(3) LogHandler for pythons logging system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages