#include <SPlayerLog.h>
Inherits SLogger.
Inheritance diagram for SPlayerLog:

Public Methods | |
| SPlayerLog (STaskSystem &ts, std::ostream &out=std::cout, bool registerAsObserver=true) | |
| virtual | ~SPlayerLog () |
| virtual void | feedEvent (const SEvent &event) |
| void | setLogStream (std::ostream &out) |
| virtual void | update (const SEvent &event) |
|
||||||||||||||||
|
Constructor.
|
|
|
Destructor. |
|
|
Here the logger must be fed with events when it is a dependent logger.
Implements SLogger. |
|
|
Set the output stream to which the events are written.
|
|
|
Here the logger receives events when it is a stand-alone logger
Implements SObserver. Reimplemented in SGanttLog. |
1.2.18