Minor documentation tweak.

This commit is contained in:
Vinay Sajip 2010-12-10 08:17:05 +00:00
parent 8f77630747
commit dfa0a2abcf

View file

@ -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