| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
RotateLogWriter
Assigned to a list of LogWriters, rotates by creating a new one each time when a line count is exceeded. Maintains a history of old writers.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
writers History of writers, current at [-1], oldest at [0]. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Not threadsafe. Maintains the history (self.writers). A new writer is appended.. removes the oldest writer [0] if self._writer count is longer than self._configs. |
|
|||
writersHistory of writers, current at [-1], oldest at [0]. Only writers with an existing (i.e.not already overwritten) table/file are available. (Migration note: This is analogous to the getWriteHistory() of version 0.1.1 but the order is ascending.) |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 20 11:46:17 2010 | http://epydoc.sourceforge.net |