|
MLIB
|
Declaration of mlib::dprintf() function. More...
Go to the source code of this file.
Macros | |
| #define | MAX_DPRINTF_CHARS 1024 |
| maximum message size | |
Functions | |
| bool | mlib::dprintf (const char *fmt,...) |
| A printf-style function for debug messages. | |
Declaration of mlib::dprintf() function.
| bool mlib::dprintf | ( | const char * | fmt, |
| ... ) |
A printf-style function for debug messages.
On Windows platform, the function uses the OutputDebugString API call to generate the output.
On other platforms, output is sent to stderr.
Message length is limited to MAX_DPRINTF_CHARS characters.
| fmt | print format |