Table of Contents

Class: DebugLogger Zope-2.2.1-src/ZServer/DebugLogger.py

Logs debugging information about how ZServer is handling requests and responses. This log can be used to help locate troublesome requests.

The format is:

where:

code is B for begin, I for received input, A for received output, E for sent output.

request id is a unique request id.

time is the time in GMT ISO format.

data is the HTTP method and the PATH INFO for B, the size of the input for I, the HTTP status code and the size of the output for A, or nothing for E.

Note: This facility will be probably be adapted to the zLOG framework.

Methods   
__init__
log
  __init__ 
__init__ ( self,  filename )

  log 
log (
        self,
        code,
        request_id,
        data='',
        )


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6