mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
logging: added support for Unix domain sockets to SocketHandler and DatagramHandler.
This commit is contained in:
parent
55798896a4
commit
5421f35d5e
5 changed files with 130 additions and 21 deletions
|
|
@ -900,10 +900,10 @@ provided:
|
|||
disk files, rotating the log file at certain timed intervals.
|
||||
|
||||
#. :class:`~handlers.SocketHandler` instances send messages to TCP/IP
|
||||
sockets.
|
||||
sockets. Since 3.4, Unix domain sockets are also supported.
|
||||
|
||||
#. :class:`~handlers.DatagramHandler` instances send messages to UDP
|
||||
sockets.
|
||||
sockets. Since 3.4, Unix domain sockets are also supported.
|
||||
|
||||
#. :class:`~handlers.SMTPHandler` instances send messages to a designated
|
||||
email address.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue