Class t.p.l.LogReader:

Part of twisted.python.logfile View Source View In Hierarchy

Read from a log file.
Method __init__ Undocumented
Method readLines Read a list of lines from the log file.
Method close Undocumented
def __init__(self, name): (source)
Undocumented
def readLines(self, lines=10): (source)

Read a list of lines from the log file.

This doesn't returns all of the files lines - call it multiple times.
def close(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.