#include <CRLogInterface.h>
Public Member Functions | |
virtual void | Log (const wxString &text)=0 |
Log some text. | |
virtual | ~CRLogInterface () |
Definition at line 26 of file CRLogInterface.h.
virtual wxTst::CRLogInterface::~CRLogInterface | ( | ) | [inline, virtual] |
Definition at line 29 of file CRLogInterface.h.
void wxTst::CRLogInterface::Log | ( | const wxString & | text | ) | [pure virtual] |
Log some text.
text | text to log |
Implemented in wxTst::CRCapture.
Referenced by wxTst::CREventCaptureManager::LogEventDetails().