class documentation

class twisted.python.util.LineLog: (source)

View In Hierarchy

A limited-size line-based log, useful for logging line-based protocols such as SMTP.

When the log fills up, old entries drop off the end.

Method __init__ Create a new log, with size lines of storage (default 10). A log size of 0 (or less) means an infinite log.
Instance Variable log Undocumented
Instance Variable size Undocumented
Method append Undocumented
Method str Undocumented
Method __bytes__ Undocumented
Method __getitem__ Undocumented
Method clear Empty the log.
def __init__(self, size=10): (source)

Create a new log, with size lines of storage (default 10). A log size of 0 (or less) means an infinite log.

Undocumented

size = (source)

Undocumented

def append(self, line): (source)

Undocumented

def str(self): (source)

Undocumented

def __bytes__(self): (source)

Undocumented

def __getitem__(self, item): (source)

Undocumented

def clear(self): (source)

Empty the log.

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.