Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 478 Bytes

python-audit-log

Audit logging library for Python

Usage

pip install iceye-audit-log

Then in your applications:

from audit_log.log import log

And invoke it with the proper arguments.

Contributing

This project is mostly for internal use, however it is made public as the concept of audit logging is quite generic. We are careful about accepting contributions and those would have to align with our needs. Reviews and issues will be considered time-permitting.