Part of twisted.persisted.journal.base View Source View In Hierarchy
Known implementations: twisted.persisted.journal.picklelog.DirDBMLog
Method | logCommand | Add a command and its run time to the log. |
Method | getCurrentIndex | Return index of last command that was logged. |
Method | getCommandsSince | Return commands who's index >= the given one. |
Returns | Deferred of command index. |
Returns | list of (time, command) tuples, sorted with ascending times. |