mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
Remove col-spanning cells in logging docs.
This commit is contained in:
parent
99d8096c17
commit
d3bab6aba9
1 changed files with 4 additions and 4 deletions
|
@ -2074,8 +2074,8 @@ supports sending logging messages to a remote or local Unix syslog.
|
||||||
The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and
|
The symbolic ``LOG_`` values are defined in :class:`SysLogHandler` and
|
||||||
mirror the values defined in the ``sys/syslog.h`` header file.
|
mirror the values defined in the ``sys/syslog.h`` header file.
|
||||||
|
|
||||||
+------------------------------------------+
|
**Priorities**
|
||||||
| Priorities |
|
|
||||||
+--------------------------+---------------+
|
+--------------------------+---------------+
|
||||||
| Name (string) | Symbolic value|
|
| Name (string) | Symbolic value|
|
||||||
+==========================+===============+
|
+==========================+===============+
|
||||||
|
@ -2096,8 +2096,8 @@ supports sending logging messages to a remote or local Unix syslog.
|
||||||
| ``warn`` or ``warning`` | LOG_WARNING |
|
| ``warn`` or ``warning`` | LOG_WARNING |
|
||||||
+--------------------------+---------------+
|
+--------------------------+---------------+
|
||||||
|
|
||||||
+-------------------------------+
|
**Facilities**
|
||||||
| Facilities |
|
|
||||||
+---------------+---------------+
|
+---------------+---------------+
|
||||||
| Name (string) | Symbolic value|
|
| Name (string) | Symbolic value|
|
||||||
+===============+===============+
|
+===============+===============+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue