logalyzer.main.Recorder(Base) class documentation
Part of logalyzer.main
(View In Hierarchy)
I load records from a Reader and update a database with them.
| Method | __init__ | Undocumented |
| Method | shutdown | There is only one appropriate callback for shutting the program down, and this is it. Let the reactor call it automatically when you do a reactor.stop(). |
| Method | parseArgs | Undocumented |
| Method | loadRules | Loads rules per your command-line options. Returns a dict of sifters loaded with all the selected rules. |
| Method | readerFactory | I generate and return a log reader with all its rules loaded |
| Method | load | This is where it all happens. |
| Method | run | Undocumented |
Inherited from Base:
| Class Method | linger | Undocumented |
| Method | myDir 0 | Undocumented |
| Method | myDir 1 | Undocumented |
| Method | myDir | Undocumented |
| Static Method | dtFormat | Undocumented |
| Static Method | deferToDelay | Undocumented |
| Method | msgHeading | No summary |
| Method | msgBody | Send a new line of message body to the last heading for this instance,
or the instance whose ID is specified via the keyword ID. |
| Method | msgOrphan | Undocumented |
| Method | msgWarning | Undocumented |
| Method | msgError | Undocumented |
| Method | msgProgress | Undocumented |
| Method | fileStatus | Undocumented |
| Method | fileProgress | Undocumented |
| Method | csvTextToList | Undocumented |
| Static Method | checkPath | Undocumented |
| Static Method | dirOfPath | Undocumented |
| Method | filesInDir | No summary |
| Method | pathInDir | Returns the absolute path of a file in my directory |
| Method | cleak | No summary |
| Method | gleak | Undocumented |
def
shutdown(self):
There is only one appropriate callback for shutting the program down, and this is it. Let the reactor call it automatically when you do a reactor.stop().