Metadata-Version: 2.1
Name: trackinglog
Version: 0.1.4
Summary: A logging package for tracing function calls with error handling and email notification
Author: Yinghao Li
Author-email: shiyi.yinghao@gmail.com
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.0.1
Requires-Dist: pandas>=2.2.2
Requires-Dist: line_profiler>=4.1.3

# TrackLogging

TrackLogging is a logging package for tracing function calls with error handling and email notification.

## Installation

You can install TrackingLog using pip:

```bash
pip install trackinglog

```

## version History

0.1.0 Package Draft created

0.1.1 Decorator get_log and directly object creator get_logger created. Added setup check decorator. Added p-functions(print and log).

0.1.2 Added error handling. Added verbose option for decorator. Added called function name.

0.1.3 Added profiler for both function level and line level. Updated error handling logic: reset verbose to False, but it will now raise error instead. Added class name to log. Added dependency pakages. Added resource performance tracking.

0.1.4 Formatted the logging message with indentation. Add print to log feature. Refactor the get_log function.

## Feature in developing

Add public and private log

Add email notification

Add Kafka message notification

Add cache log cleaner
