Gui::TestConsoleObserver Class Reference
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 (void) |
| 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 |
Constructor & Destructor Documentation
◆ TestConsoleObserver()
| Gui::TestConsoleObserver::TestConsoleObserver | ( | ) |
Member Function Documentation
◆ SendLog()
|
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.
Member Data Documentation
◆ matchErr
| int Gui::TestConsoleObserver::matchErr |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().
◆ matchLog
| int Gui::TestConsoleObserver::matchLog |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().
◆ matchMsg
| int Gui::TestConsoleObserver::matchMsg |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().
◆ matchWrn
| int Gui::TestConsoleObserver::matchWrn |
Referenced by CmdTestConsoleOutput::activated(), and SendLog().
The documentation for this class was generated from the following file:
- src/Gui/CommandTest.cpp
Public Member Functions inherited from
1.8.17