News

Welcome to Pyhunt, a lightweight Python logging tool designed for visual call tracing and tree-structured colored logs. With Pyhunt, you can debug your code easily using a simple decorator. It is ...
This project is a Python based logging library that intends to simplify the process of creating logs. To achieve this, the decorator design pattern is used which allows the user to add @ annotation to ...