MLIB
|
Implementation of dprintf() function. More...
#include <mlib/mlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <thread>
#include <mutex>
#include <sstream>
#include <cstring>
#include <mlib/critsect.h>
Functions | |
bool | dprintf (const char *fmt,...) |
printf style function writes messages using OutputDebugString. | |
Implementation of dprintf() function.
(c) Mircea Neacsu 1999-2020. All rights reserved.
bool dprintf | ( | const char * | fmt, |
... ) |
printf style function writes messages using OutputDebugString.
Message length is limited to MAX_DPRINTF_CHARS characters.
fmt | print format |