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()

void Gui::TestConsoleObserver::SendLog ( const std::string &  msg,
Base::LogStyle  level 
)
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

◆ matchLog

int Gui::TestConsoleObserver::matchLog

◆ matchMsg

int Gui::TestConsoleObserver::matchMsg

◆ matchWrn

int Gui::TestConsoleObserver::matchWrn

The documentation for this class was generated from the following file:
  • src/Gui/CommandTest.cpp