#include <src/Commands/Logging.h>
List of all members.
Constructor & Destructor Documentation
LoggingCommandClass::LoggingCommandClass |
( |
| ) |
[inline] |
virtual LoggingCommandClass::~LoggingCommandClass |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual void LoggingCommandClass::Execute |
( |
DWORD |
dwUnk | ) |
[inline, virtual] |
virtual const char* LoggingCommandClass::GetName |
( |
| ) |
[inline, virtual] |
{ return "Toggle DEBUG.TXT logging"; }
virtual const wchar_t* LoggingCommandClass::GetUICategory |
( |
| ) |
[inline, virtual] |
{ return L"Development"; }
virtual const wchar_t* LoggingCommandClass::GetUIDescription |
( |
| ) |
[inline, virtual] |
{ return L"Toggles the logging of extra data to the DEBUG.TXT log file"; }
virtual const wchar_t* LoggingCommandClass::GetUIName |
( |
| ) |
[inline, virtual] |
{ return L"Toggle DEBUG.TXT logging"; }
The documentation for this class was generated from the following file: