#include <OutputServer.h>
Collaboration diagram for OutputServer:

Definition at line 19 of file OutputServer.h.
Public Member Functions | |
| OutputServer () | |
| OutputServer (const int _choice) | |
| virtual | ~OutputServer () |
| void | osPrint (std::string _string) |
Private Member Functions | |
| void | write2syslog (std::string _string) |
| void | write2file (std::string _string) |
| void | write2stdout (std::string _string) |
Private Attributes | |
| int | choice |
| DateFormater | dateformater |
1.5.1