pymtt
 All Classes Namespaces Files Functions Variables Groups
Public Member Functions | Public Attributes | List of all members
Logger.Logger Class Reference
+ Inheritance diagram for Logger.Logger:
+ Collaboration diagram for Logger.Logger:

Public Member Functions

def __init__
 
def reset
 
def print_name
 
def print_options
 
def open
 
def get_dict_contents
 
def get_tuplelist_contents
 
def print_cmdline_args
 
def stage_start_print
 
def stage_end_print
 
def verbose_print
 
def timestamp
 
def close
 
def logResults
 
def outputLog
 
def getLog
 
- Public Member Functions inherited from BaseMTTUtility.BaseMTTUtility
def __init__
 
def print_name
 

Public Attributes

 fh
 
 results
 
 options
 
 printout
 
 timestamp
 
 cmdtimestamp
 
 timestampeverything
 
 stage_start
 

Detailed Description

Definition at line 25 of file Logger.py.

Constructor & Destructor Documentation

def Logger.Logger.__init__ (   self)

Definition at line 26 of file Logger.py.

Member Function Documentation

def Logger.Logger.close (   self)

Definition at line 161 of file Logger.py.

def Logger.Logger.get_dict_contents (   self,
  dic 
)

Definition at line 99 of file Logger.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def Logger.Logger.get_tuplelist_contents (   self,
  tuplelist 
)

Definition at line 102 of file Logger.py.

+ Here is the caller graph for this function:

def Logger.Logger.getLog (   self,
  key 
)

Definition at line 193 of file Logger.py.

def Logger.Logger.logResults (   self,
  title,
  result,
  testDef 
)

Definition at line 166 of file Logger.py.

+ Here is the call graph for this function:

def Logger.Logger.open (   self,
  testDef 
)

Definition at line 51 of file Logger.py.

def Logger.Logger.outputLog (   self)

Definition at line 174 of file Logger.py.

def Logger.Logger.print_cmdline_args (   self,
  testDef 
)

Definition at line 108 of file Logger.py.

+ Here is the call graph for this function:

def Logger.Logger.print_name (   self)

Definition at line 41 of file Logger.py.

def Logger.Logger.print_options (   self,
  testDef,
  prefix 
)

Definition at line 44 of file Logger.py.

def Logger.Logger.reset (   self)

Definition at line 37 of file Logger.py.

def Logger.Logger.stage_end_print (   self,
  stagename,
  log 
)

Definition at line 134 of file Logger.py.

+ Here is the call graph for this function:

def Logger.Logger.stage_start_print (   self,
  stagename 
)

Definition at line 125 of file Logger.py.

+ Here is the call graph for this function:

def Logger.Logger.timestamp (   self)

Definition at line 157 of file Logger.py.

def Logger.Logger.verbose_print (   self,
  string,
  timestamp = None 
)

Definition at line 145 of file Logger.py.

+ Here is the caller graph for this function:

Member Data Documentation

Logger.Logger.cmdtimestamp

Definition at line 33 of file Logger.py.

Logger.Logger.fh

Definition at line 28 of file Logger.py.

Logger.Logger.options

Definition at line 30 of file Logger.py.

Logger.Logger.printout

Definition at line 31 of file Logger.py.

Logger.Logger.results

Definition at line 29 of file Logger.py.

Logger.Logger.stage_start

Definition at line 35 of file Logger.py.

Logger.Logger.timestamp

Definition at line 32 of file Logger.py.

Logger.Logger.timestampeverything

Definition at line 34 of file Logger.py.


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