The U4DLogger class implements messages notifications sent to the console log window.
More...
|
| void | log (const char *uLog,...) |
| | Method which prints notifications to the console log window. More...
|
| |
| void | setDebugMode (bool uValue) |
| | Method which enables printing to the console window. More...
|
| |
The U4DLogger class implements messages notifications sent to the console log window.
◆ log()
| void U4DEngine::U4DLogger::log |
( |
const char * |
uLog, |
|
|
|
... |
|
) |
| |
Method which prints notifications to the console log window.
- Parameters
-
| uLog | Message to print |
| ... | Message to print |
◆ setDebugMode()
| void U4DEngine::U4DLogger::setDebugMode |
( |
bool |
uValue | ) |
|
Method which enables printing to the console window.
- Parameters
-
| uValue | Boolean value which enables printint to the console |
◆ sharedInstance()
| U4DLogger * U4DEngine::U4DLogger::sharedInstance |
( |
| ) |
|
|
static |
Method which returns a instance of the U4DLogger Singleton.
- Returns
- Returns an instance of the U4DLogger