Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove trailing whitespace.
  • Loading branch information
vsajip committed Oct 16, 2022
commit bf52ab12ac57512f716bdaa63de15fcf0c3f4852
4 changes: 2 additions & 2 deletions Doc/library/logging.handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@ supports sending logging messages to a remote or local Unix syslog.
but it's not regarded as an error if the other end isn't listening yet
--- the method will be called again when emitting an event,
if there is no socket at that point.

.. versionadded:: 3.11

.. method:: emit(record)

The record is formatted, and then sent to the syslog server. If exception
Expand Down