From 723ffffde7de470359640a62c9a37a9db3939870 Mon Sep 17 00:00:00 2001 From: jb3 Date: Sun, 10 Aug 2025 21:32:36 +0000 Subject: Deploying to docs from @ python-discord/bot-core@0da291ca7e92893f5a05ed282248a68edcbbfa06 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/output/pydis_core.utils.logging.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'main/output/pydis_core.utils.logging.html') diff --git a/main/output/pydis_core.utils.logging.html b/main/output/pydis_core.utils.logging.html index b5e13c4f..2fd9dc29 100644 --- a/main/output/pydis_core.utils.logging.html +++ b/main/output/pydis_core.utils.logging.html @@ -330,6 +330,10 @@ v9.0.0 +
  • + v11.7.0 +
  • +
  • v11.6.1
  • @@ -476,12 +480,12 @@

    Common logging related functions.

    -class CustomLogger(name, level=0)[source]¶
    +class CustomLogger(name, level=0)[source]¶

    Bases: Logger

    Custom implementation of the logging.Logger class with an added trace method.

    -trace(msg, *args, **kwargs)[source]¶
    +trace(msg, *args, **kwargs)[source]¶

    Log the given message with the severity "TRACE".

    To pass exception information, use the keyword argument exc_info with a true value:

    logger.trace("Houston, we have an %s", "interesting problem", exc_info=1)
    @@ -505,7 +509,7 @@
     
     
    -get_logger(name=None)[source]¶
    +get_logger(name=None)[source]¶

    Utility to make mypy recognise that logger is of type CustomLogger.

    Parameters:
    @@ -522,7 +526,7 @@
    -log_format[source]¶
    +log_format[source]¶

    A logging.Formatter that can be used to standardise logging across all projects using pydis_core.

    -- cgit v1.2.3