From bf7bd2ae2b907ef8c1a0b47af34d9a554bc1be43 Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Tue, 30 Jan 2024 21:29:57 +0000 Subject: Deploying to docs from @ python-discord/bot-core@c7b614025e9c3faf3b16bb019f28979e7ce74b26 🚀 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, 6 insertions(+), 6 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 1590a0ef..e74be22d 100644 --- a/main/output/pydis_core.utils.logging.html +++ b/main/output/pydis_core.utils.logging.html @@ -5,14 +5,14 @@ - + logging - Pydis Core Latest (10.6.0) - + @@ -450,12 +450,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)
@@ -479,7 +479,7 @@
 
 
-get_logger(name=None)[source]#
+get_logger(name=None)[source]#

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

Parameters:
@@ -496,7 +496,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