v0.1.0
Python

jazzmine-logging

Fast-path logging guide for backend services, with copy-paste sink configs for every supported sink type.

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-logging

Key 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.

Quick navigation

Reference map

Use reference pages for runtime internals, sink adapter behavior, and lower-level config contracts.

Core Runtime

1 pages

Configuration

1 pages

Context Model

1 pages

Handlers

1 pages

Workers

1 pages

Exceptions

1 pages

Sink Foundations

2 pages

Queue & Agent Sinks

3 pages