From a3c39c0f72122cfdf673f82f8fc0d574f3d81757 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 24 Mar 2010 15:10:40 +0000 Subject: logging: Documentation tweak. --- Doc/library/logging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 91c9aa3..72b152f 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -2071,8 +2071,8 @@ supports sending logging messages to a remote or local Unix syslog. or integers - if strings are passed, internal mapping dictionaries are used to convert them to integers. - The symbolic ``LOG_`` values mirror the values defined in the - ``sys/syslog.h`` header file. + The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and + mirror the values defined in the ``sys/syslog.h`` header file. +------------------------------------------+ | Priorities | -- cgit v0.12