From cf16350107a4ffd6a48d258a47fffc0733c138b2 Mon Sep 17 00:00:00 2001 From: jb3 Date: Fri, 17 Oct 2025 18:04:11 +0000 Subject: Deploying to docs from @ python-discord/bot-core@9f0162c0869ee8e0ae158636c8f0eac96159a675 πŸš€ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v9.5.0/output/pydis_core.utils.logging.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'v9.5.0/output/pydis_core.utils.logging.html') diff --git a/v9.5.0/output/pydis_core.utils.logging.html b/v9.5.0/output/pydis_core.utils.logging.html index c6b9e8c4..feb626a4 100644 --- a/v9.5.0/output/pydis_core.utils.logging.html +++ b/v9.5.0/output/pydis_core.utils.logging.html @@ -10,8 +10,8 @@ - + @@ -468,8 +468,8 @@
class CustomLogger(name, level=0)[source]ΒΆ
-

Bases: Logger

-

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

+

Bases: Logger

+

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

trace(msg, *args, **kwargs)[source]ΒΆ
@@ -481,13 +481,13 @@
Parameters:
    -
  • msg (str) – The message to be logged.

  • +
  • msg (str) – The message to be logged.

  • args – Passed to the base log function as is.

  • kwargs – Passed to the base log function as is.

Return type:
-

None

+

None

@@ -500,7 +500,7 @@

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

Parameters:
-

name (Optional[str]) – The name given to the logger.

+

name (Optional[str]) – The name given to the logger.

Return type:

CustomLogger

-- cgit v1.2.3