From 6534be809997f0b31ec7db0306ba0570c79c816c Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Sat, 2 Apr 2022 19:13:10 +0000 Subject: Deploying to docs from @ python-discord/bot-core@765284a5e436f7786619a5ba4c312d75df5e9dee 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- output/botcore.utils.logging.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'output/botcore.utils.logging.html') diff --git a/output/botcore.utils.logging.html b/output/botcore.utils.logging.html index 2dbc370d..ed6d0037 100644 --- a/output/botcore.utils.logging.html +++ b/output/botcore.utils.logging.html @@ -3,7 +3,7 @@ - + logging - Bot Core v4.0.0 @@ -163,13 +163,13 @@
  • Utils
  • +
  • async_stats
  • site_api
  • @@ -214,12 +214,12 @@

    Common logging related functions.

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

    Bases: logging.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)
    @@ -241,7 +241,7 @@
     
    -get_logger(name=None)[source]#
    +get_logger(name=None)[source]#

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

    Parameters
    @@ -271,14 +271,14 @@ - +
    Previous
    -
    extensions
    +
    channel
    -- cgit v1.2.3