Part of twisted.python.logfile View Source View In Hierarchy
Known subclasses: twisted.python.logfile.DailyLogFile, twisted.python.logfile.LogFile
| Method | __init__ | Undocumented |
| Method | shouldRotate | Override with a method to that returns true if the log |
| Method | _openFile | Open the log file. |
| Method | __getstate__ | Undocumented |
| Method | __setstate__ | Undocumented |
| Method | write | Write some data to the file. |
| Method | flush | Flush the file. |
| Method | close | Close the file. |
| Method | getCurrentLog | Return a LogReader for the current log file. |