mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
logfury is a logging of method calls for python libraries. It provides meta classes and decorators to easily trace python programs. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D12135
4 lines
154 B
Text
4 lines
154 B
Text
Logfury is for python library maintainers. It allows for responsible,
|
|
low-boilerplate logging of method calls.
|
|
|
|
WWW: https://github.com/ppolewicz/logfury
|