IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
14.5.5.11 HTTPHandler

14.5.5.11 HTTPHandler

The HTTPHandler class, located in the logging.handlers module, supports sending logging messages to a Web server, using either "GET" or "POST" semantics.

class HTTPHandler( host, url[, method])
Returns a new instance of the HTTPHandler class. The instance is initialized with a host address, url and HTTP method. The host can be of the form host:port, should you need to use a specific port number. If no method is specified, "GET"is used.

emit( record)
Sends the record to the Web server as an URL-encoded dictionary.

See About this document... for information on suggesting changes.