Overview
Guide path
Start with usage quickstart to get logs flowing in minutes, then move to sink examples to wire your target observability backend.
Install
install.sh
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install jazzmine-loggingKey features
- Structured sync and async logging flows from one BaseLogger API.
- Optional extras for sink-specific dependencies (sentry, kafka, redis, etc.).
- Registry sink adapters with worker lifecycle controls.
- Ready-made config snippets for cloud, queue, and collector sinks.
Reference map
Use reference pages for runtime internals, sink adapter behavior, and lower-level config contracts.