| 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. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 13:45:26 2011 | http://epydoc.sourceforge.net |