Part of canonical.launchpad.scripts View In Hierarchy
This handler is not appropriate for use under Windows, because under Windows open files cannot be moved or renamed - logging opens the files with exclusive locks - and so there is no need for such a handler. Furthermore, ST_INO is not supported under Windows; stat always returns zero for this value.
This handler is based on a suggestion and patch by Chad J. Schroeder.
Method | __init__ | Undocumented |
Method | emit | Emit a record. |
Method | _open | Open the current base file with the (original) mode and encoding. |