Beispiel #1
0
 def __init__( self ):
     """The Constructor."""
     pass
     self.mytime = localtime()
     self.logfile = None
     #Used for interaction with XML output classes.
     self.xmlAux = xmlAux()
Beispiel #2
0
 def __init__(self):
     """The Constructor."""
     pass
     self.mytime = localtime()
     self.logfile = None
     self.ALWAYS_FLUSH = False
     #Used for interaction with XML output classes.
     self.xmlAux = xmlAux()