Public Member Functions | |
void | SendLog (const std::string &msg, Base::LogStyle level) |
Used to send a Log message at the given level. More... | |
TestConsoleObserver () | |
Public Member Functions inherited from Base::ILogger | |
ILogger () | |
virtual const char * | Name () |
virtual void | SendLog (const std::string &msg, LogStyle level)=0 |
Used to send a Log message at the given level. More... | |
virtual | ~ILogger ()=0 |
Public Attributes | |
int | matchErr |
int | matchLog |
int | matchMsg |
int | matchWrn |
Public Attributes inherited from Base::ILogger | |
bool | bErr |
bool | bLog |
bool | bMsg |
bool | bWrn |
Gui::TestConsoleObserver::TestConsoleObserver | ( | ) |
|
virtual |
Used to send a Log message at the given level.
Implements Base::ILogger.
References Base::Error, Base::Log, matchErr, matchLog, matchMsg, matchWrn, Base::Message, and Base::Warning.
int Gui::TestConsoleObserver::matchErr |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().
int Gui::TestConsoleObserver::matchLog |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().
int Gui::TestConsoleObserver::matchMsg |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().
int Gui::TestConsoleObserver::matchWrn |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().