Python logging.Formatter class for syslog style messages
Go to file
Daniil Fajnberg fc29d44522 Initial commit 2022-02-02 10:37:07 +01:00
requirements Initial commit 2022-02-02 10:37:07 +01:00
src/package_name Initial commit 2022-02-02 10:37:07 +01:00
tests Initial commit 2022-02-02 10:37:07 +01:00
.coveragerc Initial commit 2022-02-02 10:37:07 +01:00
.gitignore Initial commit 2022-02-02 10:37:07 +01:00
README.md Initial commit 2022-02-02 10:37:07 +01:00
coverage.sh Initial commit 2022-02-02 10:37:07 +01:00
pyproject.toml Initial commit 2022-02-02 10:37:07 +01:00
setup.cfg Initial commit 2022-02-02 10:37:07 +01:00

README.md

syslogformat

Python logging.Formatter class for syslog style messages

Usage

...

Installation

pip install syslogformat

Dependencies

Python Version ..., OS ...

Building from source

Run python -m build