publishes events to screen More...
#include <LogPublisher.h>

Public Member Functions | |
| ScreenLogPublisher () | |
| ~ScreenLogPublisher () | |
| void | Publish (const AppException &except) |
| ScreenLogPublisher. More... | |
Public Member Functions inherited from FinTP::AbstractLogPublisher | |
| virtual | ~AbstractLogPublisher () |
| void | setDefault (const bool def) |
| void | setEventFilter (const int eventFilter) |
| int | eventFilter (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from FinTP::AbstractLogPublisher | |
| static string | FormatException (const AppException &exception) |
| static string | SerializeToXmlStr (const AppException &except) |
| static xercesc::DOMDocument * | SerializeToXml (const AppException &exception) |
| static AppException | DeserializeFromXml (const xercesc::DOMDocument *doc) |
Protected Member Functions inherited from FinTP::AbstractLogPublisher | |
| AbstractLogPublisher () | |
Protected Attributes inherited from FinTP::AbstractLogPublisher | |
| bool | m_Default |
| int | m_EventFilter |
publishes events to screen
|
inline |
|
inline |
|
virtual |
Implements FinTP::AbstractLogPublisher.