Navigation

  • index
  • modules |
  • next |
  • previous |
  • loguru documentation »
  • 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 topic

Overview

Next topic

loguru.logger

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • loguru documentation »
  • API Reference
Created using Sphinx 6.2.1.