aboutsummaryrefslogtreecommitdiff
path: root/docs/logging.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-13 05:38:38 -0400
committerRapptz <[email protected]>2015-10-13 05:39:59 -0400
commit1f37fe72f245b8e92cffce3c0d65614b731a81be (patch)
tree0289962ead583b429b5fdb9f1b25a4a7f39535bc /docs/logging.rst
parentAdd role colour and hoisting to edit_role. (diff)
downloaddiscord.py-1f37fe72f245b8e92cffce3c0d65614b731a81be.tar.xz
discord.py-1f37fe72f245b8e92cffce3c0d65614b731a81be.zip
Documentation cleanup.
Documented the new way of listening to events as well the new events that could be listened thanks to the recent refactor. Also uses the versionadded directive to document when something new is added to the library.
Diffstat (limited to 'docs/logging.rst')
-rw-r--r--docs/logging.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/logging.rst b/docs/logging.rst
index 80b15273..6490f9fa 100644
--- a/docs/logging.rst
+++ b/docs/logging.rst
@@ -1,3 +1,6 @@
+.. versionadded:: 0.6.0
+.. _logging_setup:
+
Setting Up Logging
===================
@@ -36,9 +39,7 @@ This is recommended, especially at verbose levels such as ``INFO``,
and ``DEBUG`` as there are a lot of events logged and it would clog the
stdout of your program.
-.. note::
- The logging facilities were added in version 0.6 of discord.py.
For more information, check the documentation and tutorial of the
`logging`_ module.