Added logging documentation cross-references.
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index a94915d..21b5cbc 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -1015,3 +1015,16 @@
 you don't import :mod:`logging.handlers` and :mod:`logging.config`, they won't
 take up any memory.
 
+.. seealso::
+
+   Module :mod:`logging`
+      API reference for the logging module.
+
+   Module :mod:`logging.config`
+      Configuration API for the logging module.
+
+   Module :mod:`logging.handlers`
+      Useful handlers included with the logging module.
+
+   :ref:`A logging cookbook <logging-cookbook>`
+