Trees | Indices | Help |
|
---|
|
object --+ | EDLogFile
This file takes care of creating a log file and writes messages to the log file.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This private method creates the log file. If the log file name or path is not set a name of the type "EDNA_YYMMDD-HHMM.log" is used. |
This method writes a message to the log file. If the log file name is not set messages are cached up to the limit __iMaxLogCache defined in the constructor. Once a file name of the log file has been defined all cached log messages are flushed to the log file. This allow log messages to be written to the log file even if the log messages are issued before the name of the log file has been determined by the EDNA application.
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:30 2014 | http://epydoc.sourceforge.net |