|
|
Cheshire3 Objects: Logger |
Logger objects handle all of the Cheshire3 logging requirements. They are responsable for caching, if necessary, and writing log files based on the data given to them.
| Function | Parameters | Returns | Description |
|---|---|---|---|
| __init__ | domNode, parentObject | The constructer takes a DOM tree containing the configuration of the index and the object which the database should consider as its parent, normally a database. | |
| log | *args, **kw | None | Logs the data given |