Show
Ignore:
Timestamp:
07/31/07 10:09:19 (5 years ago)
Author:
mj
Message:

Merge Wing 3b1 changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WingDBG/trunk/ZopeLogFile.py

    r157 r358  
    3535 
    3636class ZopeLogFile: 
    37     """File-like object that sends all data written to it to the logging module 
    38     (which zope will have handlers configured for). 
     37    """File-like object that sends all data written to it to the Zope eventlog 
     38    (which Zope will have handlers configured for). 
    3939     
    4040    Data is collected and logged as summary lines whenever a newline is  
     
    5858            logger = logging.getLogger(self.subsystem) 
    5959            logger.log(self.severity, line) 
     60             
     61