Metadata-Version: 2.4
Name: context-log-python
Version: 0.1.0
Summary: A contextual logging framework for Python
Home-page: https://github.com/Ramakrishna9493/context_logger
Author: Ramakrishna Bapathu
Author-email: ramkrishna9493@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# Context Logger

A Python package that provides a contextual logging framework, enabling you to log detailed function names, line numbers, local variables, and custom context information. This helps you understand what happened in your program by enriching your logs with useful context.

## Features

- Capture function names, line numbers, and local variables in logs.
- Easily integrate into your existing code with decorators.
- Log exceptions with full stack traces and context.
- Customizable logging with support for additional context like user/session IDs.

## Installation

To install the package, use:

```bash
pip install context_logger
