class documentation
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 | __bytes__ |
Undocumented |
Method | __getitem__ |
Undocumented |
Method | __init__ |
Create a new log, with size lines of storage (default 10). A log size of 0 (or less) means an infinite log. |
Method | append |
Undocumented |
Method | clear |
Empty the log. |
Method | str |
Undocumented |
Instance Variable | log |
Undocumented |
Instance Variable | size |
Undocumented |