loguru
  • Overview
  • API Reference
    • loguru.logger
    • Type Hints
  • Help & Guides
  • Project Information
loguru
  • API Reference

API Reference

The Loguru library provides a pre-instanced logger to facilitate dealing with logging in Python.

Just from loguru import logger.

  • Logger

    • add()

      • The sink parameter

      • The logged message

      • The severity levels

      • The record dict

      • The time formatting

      • The file sinks

      • The color markups

      • The environment variables

    • remove()

    • complete()

    • catch()

    • opt()

    • bind()

    • contextualize()

    • patch()

    • level()

    • disable()

    • enable()

    • configure()

    • parse()

    • trace()

    • debug()

    • info()

    • success()

    • warning()

    • error()

    • critical()

    • log()

    • exception()

  • Type Hints

CLICK
Previous Next

Built with Sphinx using a theme provided by Read the Docs.
close