diff options
| author | 2023-12-10 16:00:28 +0000 | |
|---|---|---|
| committer | 2023-12-10 16:00:28 +0000 | |
| commit | 98fe8707d983ef4b9f10cab28a1a540b8dafc078 (patch) | |
| tree | 796d088be34e549f3da0be817c15c7a7c46876a2 /v8.0.0-beta.3/output/botcore.utils.logging.html | |
| parent | Deploying to docs from @ python-discord/bot-core@ee2501e36aa4cb6e809de9873e3d... (diff) | |
Deploying to docs from @ python-discord/bot-core@3ed1d4be2328b59577afde058105fd071184bd95 🚀
Diffstat (limited to 'v8.0.0-beta.3/output/botcore.utils.logging.html')
| -rw-r--r-- | v8.0.0-beta.3/output/botcore.utils.logging.html | 14 | 
1 files changed, 9 insertions, 5 deletions
| diff --git a/v8.0.0-beta.3/output/botcore.utils.logging.html b/v8.0.0-beta.3/output/botcore.utils.logging.html index b4f94b45..45f99d4e 100644 --- a/v8.0.0-beta.3/output/botcore.utils.logging.html +++ b/v8.0.0-beta.3/output/botcore.utils.logging.html @@ -10,9 +10,9 @@        <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />      <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />      <link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=36a5483c" /> -    <link rel="stylesheet" type="text/css" href="../_static/logo.css?v=41ebe54c" />      <link rel="stylesheet" type="text/css" href="../_static/changelog.css?v=117bb91a" />      <link rel="stylesheet" type="text/css" href="../_static/index.css?v=832e2368" /> +    <link rel="stylesheet" type="text/css" href="../_static/logo.css?v=41ebe54c" /> @@ -352,6 +352,10 @@                      </li>                      <li class="toctree-l2 "> +                        <a class="version_link reference internal" href="../../v10.4.0/index.html">v10.4.0</a> +                    </li> +                 +                    <li class="toctree-l2 ">                          <a class="version_link reference internal" href="../../v10.3.0/index.html">v10.3.0</a>                      </li> @@ -441,13 +445,13 @@  <dl class="field-list simple">  <dt class="field-odd">Parameters<span class="colon">:</span></dt>  <dd class="field-odd"><ul class="simple"> -<li><p><strong>msg</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a>) – The message to be logged.</p></li> +<li><p><strong>msg</strong> (<span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a></span>) – The message to be logged.</p></li>  <li><p><strong>args</strong> – Passed to the base log function as is.</p></li>  <li><p><strong>kwargs</strong> – Passed to the base log function as is.</p></li>  </ul>  </dd>  <dt class="field-even">Return type<span class="colon">:</span></dt> -<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a></p> +<dd class="field-even"><p><span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a></span></p>  </dd>  </dl>  </dd></dl> @@ -460,10 +464,10 @@  <dd><p>Utility to make mypy recognise that logger is of type <a class="reference internal" href="#botcore.utils.logging.CustomLogger" title="botcore.utils.logging.CustomLogger"><code class="xref py py-obj docutils literal notranslate"><span class="pre">CustomLogger</span></code></a>.</p>  <dl class="field-list simple">  <dt class="field-odd">Parameters<span class="colon">:</span></dt> -<dd class="field-odd"><p><strong>name</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.12)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Optional</span></code></a>[<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a>]) – The name given to the logger.</p> +<dd class="field-odd"><p><strong>name</strong> (<span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.12)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Optional</span></code></a>[<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a>]</span>) – The name given to the logger.</p>  </dd>  <dt class="field-even">Return type<span class="colon">:</span></dt> -<dd class="field-even"><p><a class="reference internal" href="#botcore.utils.logging.CustomLogger" title="botcore.utils.logging.CustomLogger"><code class="xref py py-class docutils literal notranslate"><span class="pre">CustomLogger</span></code></a></p> +<dd class="field-even"><p><span class="sphinx_autodoc_typehints-type"><a class="reference internal" href="#botcore.utils.logging.CustomLogger" title="botcore.utils.logging.CustomLogger"><code class="xref py py-class docutils literal notranslate"><span class="pre">CustomLogger</span></code></a></span></p>  </dd>  <dt class="field-odd">Returns<span class="colon">:</span></dt>  <dd class="field-odd"><p>An instance of the <a class="reference internal" href="#botcore.utils.logging.CustomLogger" title="botcore.utils.logging.CustomLogger"><code class="xref py py-obj docutils literal notranslate"><span class="pre">CustomLogger</span></code></a> class.</p> | 
