#include <Debug.h>
List of all members.
Public Member Functions |
| Debug (bool logToFile) |
| ~Debug (void) |
void | message (std::string msg) |
void | message (const char *msg,...) |
Static Public Member Functions |
static bool | openLog (bool logToFile) |
static void | closeLog (void) |
Static Public Attributes |
static Debug * | logger = NULL |
Detailed Description
Definition at line 6 of file Debug.h.
Constructor & Destructor Documentation
Debug::Debug |
( |
bool |
logToFile | ) |
|
Member Function Documentation
void Debug::closeLog |
( |
void |
| ) |
[static] |
void Debug::message |
( |
const char * |
msg, |
|
|
|
... |
|
) |
| |
void Debug::message |
( |
std::string |
msg | ) |
|
bool Debug::openLog |
( |
bool |
logToFile | ) |
[static] |
Member Data Documentation
The documentation for this class was generated from the following files: