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 --- v10.6.0/output/pydis_core.utils.logging.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'v10.6.0/output/pydis_core.utils.logging.html') diff --git a/v10.6.0/output/pydis_core.utils.logging.html b/v10.6.0/output/pydis_core.utils.logging.html index 57363d27..561f2163 100644 --- a/v10.6.0/output/pydis_core.utils.logging.html +++ b/v10.6.0/output/pydis_core.utils.logging.html @@ -10,8 +10,8 @@ - + @@ -473,8 +473,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]ΒΆ
@@ -486,13 +486,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

@@ -505,7 +505,7 @@

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

Parameters:
-

name (str | None) – The name given to the logger.

+

name (str | None) – The name given to the logger.

Return type:

CustomLogger

@@ -519,7 +519,7 @@
log_format[source]ΒΆ
-

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

+

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

-- cgit v1.2.3