Fun with PWM  0.32
__bootstrap.OutLogger Class Reference

Custom StdOut handler to copy ouput to a log file. More...

Inheritance diagram for __bootstrap.OutLogger:

Public Member Functions

def __init__ (self, old_stdout, old_stderr, logpath, useold=True)
 
def write (self, value)
 

Public Attributes

 logpath
 
 logfile
 
 useold
 
 old_stdout
 
 old_stderr
 

Detailed Description

Custom StdOut handler to copy ouput to a log file.

Constructor & Destructor Documentation

§ __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

Member Function Documentation

§ write()

def __bootstrap.OutLogger.write (   self,
  value 
)
capture and reverse console output

The documentation for this class was generated from the following file: