| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
LogObserver --+
              |
             LogLineObserver
| Instance Methods | |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
| Class Variables | |
| 
     Inherited from   | 
  
| Method Details | 
  
 Set the maximum line length: lines longer than max_length are dropped. Default is 16384 bytes. Use sys.maxint for effective infinity.  | 
  
 This will be called with chunks of stdout data. Override this in your observer. 
  | 
  
 This will be called with chunks of stderr data. Override this in your observer. 
  | 
  
 This will be called with complete stdout lines (not including the delimiter). Override this in your observer.  | 
  
 This will be called with complete lines of stderr (not including the delimiter). Override this in your observer.  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Thu Jan 21 21:26:14 2010 | http://epydoc.sourceforge.net |