Facade to provide a simpler interface to the DDD_Log singleton. Its second purpose is for decoupling; it eliminates user plugins dependencies on DDD_Log (and its dependencies).
More...
#include <DDD_LogFacade.h>
|
static void | LogDebug (const char *format,...) |
|
static void | LogInfo (const char *format,...) |
|
static void | LogWarning (const char *format,...) |
|
static void | LogError (const char *format,...) |
|
Facade to provide a simpler interface to the DDD_Log singleton. Its second purpose is for decoupling; it eliminates user plugins dependencies on DDD_Log (and its dependencies).
static void LogDebug |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
static |
Sends a string to log with debug level (general info) importance
- Parameters
-
format | C style printf format string |
static void LogError |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
static |
Sends a string to log with high level (error) importance
- Parameters
-
format | C style printf format string |
static void LogInfo |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
static |
Sends a string to log with low level (general info) importance
- Parameters
-
format | C style printf format string |
static void LogWarning |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
static |
Sends a string to log with mid level (warning) importance
- Parameters
-
format | C style printf format string |
The documentation for this class was generated from the following file: