The HTTPHandler class, located in the logging.handlers module, supports sending logging messages to a Web server, using either "GET" or "POST" semantics.
host, url[, method]) |
host:port
, should you need to
use a specific port number. If no method is specified, "GET"is used.
record) |
See About this document... for information on suggesting changes.