Class DTextWritableLogger

Inherits from:
Object
Conforms to:
DLogger
Declared in:
DTextWritableLogger.h

Class Hierarchy

    Object
      |
      +---DTextWritableLogger

Class Description

The DTextWritableLogger class implements methods for a continuous logging to a class implementing the protocol DTextWritable. The logger changes identical sequential log messages to two lines: first the message and then a line with the number of occurences. The layout of the log line is: yyyy-mm-dd hh:mm:ss.mmm message.

Last modified:
31-Oct-2007 (DTextWritableLogger.h)

Instance Variables

protected unsigned _mask
the active mask
protected id<DTextWritable> _writer
the reference to the writer
protected DText *_previous
the previous message
protected DDateTime *_time
the time
protected long _repeated
the number of identical messages
protected DText *_output
the output for the logger

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0