loguru
0.4.1
  • Overview
  • API Reference
    • loguru.logger
    • Type hints
  • Help & Guides
  • Project Information
loguru
  • Docs »
  • 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
Next Previous

Revision 1e253f10.

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