Example #1
0
 def log_error(self, msg, severity=apache.APLOG_ERROR):
     BaseHTTPRequestHandler.log_error(self, "%s : %s" % (severity, msg))