mtpgwlib.Log
index
/home/klokan/Projects/MarineTrans/opt/mtpgw/lib/mtpgwlib/Log.py

Log module
----------
Define Log class which cover generation and store of logs for MTP project.
Job and Output (to file) logging is done in memmory, function flushXX() have
to be called to write log files into disk!
 
MTP - Marine Trans Purchasing
Copyright (2005) Klokan Petr Pridal

 
Modules
       
logging

 
Classes
       
Log

 
class Log
    Logging class for project MTP, implement writing to several files.
 
  Methods defined here:
__init__(self, debug=False, robot=False)
Main init function
critical(self, message)
debug(self, message)
error(self, message)
flushJobLogToFile(self, filename)
flushOutputLog(self)
info(self, message)
warn(self, message)

 
Data
        config = <mtpgwlib.Config.Config instance>