Package rrlog :: Package server :: Class RotateWriterFactory
[hide private]
[frames] | no frames]

Class RotateWriterFactory

source code

object --+
         |
        RotateWriterFactory

Instance Methods [hide private]
 
__init__(self, configs, writerFactory)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
nextWriter(self, history)
RENAMED from next(), otherwise Python3 conversion failure.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, configs, writerFactory)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

nextWriter(self, history)

source code 

RENAMED from next(), otherwise Python3 conversion failure.

Parameters:
  • history - list of old writers to be maintained, oldest at [0] Invalid (expired) writers are removed!