class LogReader: (source)
| Method | __init__ |
Open the log file for reading. |
| Method | close |
Undocumented |
| Method | readLines |
Read a list of lines from the log file. |
| Instance Variable | _file |
Undocumented |
Open the log file for reading.
The comments about binary-mode for BaseLogFile._openFile also apply here.