loguru
latest
  • 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

Revision 5ad4f969.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds