Part of twisted.persisted.journal.picklelog View Source View In Hierarchy
Implements interfaces: twisted.persisted.journal.base.ICommandLog
Method | __init__ | Undocumented |
Method | logCommand | Log a command. |
Method | getCurrentIndex | Return index of last command logged. |
Method | getCommandsSince | Return commands who's index >= the given one. |
Returns | list of (time, command) tuples, sorted with ascending times. |