From 4df643a5f947cb2c08fa6083c02cca577524285d Mon Sep 17 00:00:00 2001 From: HassanAbouelela Date: Sat, 23 Jul 2022 14:54:19 +0000 Subject: Deploying to docs from @ python-discord/bot-core@4242df7b1a2ce8cffcf4d094a081cfbc8536b021 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/output/botcore.utils.logging.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/output/botcore.utils.logging.html') diff --git a/main/output/botcore.utils.logging.html b/main/output/botcore.utils.logging.html index 528f8437..e4e945ca 100644 --- a/main/output/botcore.utils.logging.html +++ b/main/output/botcore.utils.logging.html @@ -309,12 +309,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)
@@ -338,7 +338,7 @@
 
 
-get_logger(name=None)[source]#
+get_logger(name=None)[source]#

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

Parameters:
-- cgit v1.2.3