| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Logger
Logs text to standard output and/or a text file.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| file |
fd File object where log messages are printed to. |
||
| str or None |
logfile Append messahes to this text file. |
||
| bool |
verboseTrue to print messages to standard output.
|
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Shows an error message to standard error if the log file can't be written to. Used internally.
|
Writes the given text verbatim into the log file (if any) and/or standard input (if the verbose flag is turned on). Used internally.
|
Log lines of text, inserting a timestamp.
|
Log lines of text associated with a debug event.
|
|
|||
fdFile object where log messages are printed to.None if no
log file is used.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 14:32:16 2010 | http://epydoc.sourceforge.net |