mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Minor documentation tweak.
This commit is contained in:
parent
8f77630747
commit
dfa0a2abcf
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ can include messages from third-party modules.
|
||||||
It is, of course, possible to log messages with different verbosity levels or to
|
It is, of course, possible to log messages with different verbosity levels or to
|
||||||
different destinations. Support for writing log messages to files, HTTP
|
different destinations. Support for writing log messages to files, HTTP
|
||||||
GET/POST locations, email via SMTP, generic sockets, or OS-specific logging
|
GET/POST locations, email via SMTP, generic sockets, or OS-specific logging
|
||||||
mechanisms are all supported by the standard module. You can also create your
|
mechanisms is included in the package. You can also create your own log
|
||||||
own log destination class if you have special requirements not met by any of the
|
destination class if you have special requirements not met by any of the
|
||||||
built-in classes.
|
built-in classes.
|
||||||
|
|
||||||
Simple examples
|
Simple examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue