Home | Trees | Index | Help |
---|
Package twisted :: Package python :: Module log |
|
Classes | |
---|---|
Log |
This will create a Log file (intended to be written to with 'print', but usable from anywhere that a file is) from a file. |
Logger |
This represents a class which may 'own' a log. |
Function Summary | |
---|---|
Initialize logging to a specified file. | |
Write some data to the log. | |
Write some data to the log (a linebreak will be appended). |
Variable Summary | |
---|---|
ThreadedLogOwner |
logOwner
|
Function Details |
---|
real_msg(*stuff)Write some data to the log (a linebreak will be appended). |
startLogging(file, setStdout=1)Initialize logging to a specified file. |
write(stuff)Write some data to the log. |
Variable Details |
---|
logOwner
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:18:05 2003 | http://epydoc.sf.net |