Skip to content

ultilog

Ergonomic Python logging that starts with zero config and scales to structured observability.

from ultilog import get_logger

log = get_logger()
log.info("app.started")

Documentation

Concepts

Reference

  • Public API -- get_logger, setup, configure, context helpers
  • Settings -- presets, environment variables, advanced configuration

Integrations