Custom StdOut handler to copy ouput to a log file.
More...
|
def | __init__ (self, old_stdout, old_stderr, logpath, useold=True) |
|
def | write (self, value) |
|
|
| logpath |
|
| logfile |
|
| useold |
|
| old_stdout |
|
| old_stderr |
|
Custom StdOut handler to copy ouput to a log file.
§ __init__()
def __bootstrap.OutLogger.__init__ |
( |
|
self, |
|
|
|
old_stdout, |
|
|
|
old_stderr, |
|
|
|
logpath, |
|
|
|
useold = True |
|
) |
| |
Initializes the Logger object
Extends StringIO in order to capture stdout and stderr
@param parent
@param gui
@param options
§ write()
def __bootstrap.OutLogger.write |
( |
|
self, |
|
|
|
value |
|
) |
| |
capture and reverse console output
The documentation for this class was generated from the following file: