#include <SLogger.h>
Inherits SObserver.
Inherited by SGanttLog [virtual], SOptCriterionLog [virtual], SPlayerLog [virtual], SSimStepLog [virtual], and STextLog [virtual].
Inheritance diagram for SLogger:

Public Methods | |
| SLogger () | |
| virtual | ~SLogger () |
| virtual void | update (const SEvent &event) |
| virtual void | feedEvent (const SEvent &event)=0 |
|
|
Constructor. The constructor of a derived class should look at least like this: SFooLog(STaskSystem& ts, registerAsObserver = true) |
|
|
Destructor |
|
|
Here the logger must be fed with events when it is a dependent logger
Implemented in SGanttLog, SOptCriterionLog, SPlayerLog, SSimStepLog, and STextLog. |
|
|
Here the logger receives events when it is a stand-alone logger
Implements SObserver. Reimplemented in SGanttLog. |
1.2.18