def __init__(self, *args, **kw): server.Request.__init__(self, *args, **kw) self._logger = logging.getLogger(self.__class__.__name__)