Changeset 1942
- Timestamp:
- 04/15/08 11:53:51
- Files:
-
- branches/800-error-handlers/cherrypy/_cplogging.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/800-error-handlers/cherrypy/_cplogging.py
r1938 r1942 62 62 63 63 def access(self): 64 """Write to the access log ."""64 """Write to the access log (in Apache/NCSA Combined Log format).""" 65 65 request = cherrypy.request 66 66 inheaders = request.headers

