.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
custom_logger/__init__.py
custom_logger/__main__.py
custom_logger/logger.py
custom_logger/__pycache__/__main__.cpython-313.pyc
custom_logger_pkg.egg-info/PKG-INFO
custom_logger_pkg.egg-info/SOURCES.txt
custom_logger_pkg.egg-info/dependency_links.txt
custom_logger_pkg.egg-info/entry_points.txt
custom_logger_pkg.egg-info/requires.txt
custom_logger_pkg.egg-info/top_level.txt
examples/basic_usage.py
examples/django_integration.py