BaseHTTPServer.BaseHTTPRequestHandler.log_error

BaseHTTPRequestHandler.log_error(format, *args)[source]

Log an error.

This is called when a request cannot be fulfilled. By default it passes the message on to log_message().

Arguments are the same as for log_message().

XXX This should go to the separate error log.