#include <iostream>
#include <stdarg.h>
#include <StdString.h>
Include dependency graph for messagePrinting.h:
This graph shows which files directly or indirectly include this file:
Defines | |
#define | STDSTRING_PRINTF(destination, format) |
Functions | |
void | printError (const char *format,...) |
void | printWarning (const char *format,...) |
void | printInfo (const char *format,...) |
void | addWarning (CStdString &warnings, const char *newWarning) |
|
Helper macro used by printError(), printWarning() and printInfo(). |
|
Formats given parameters, sends IOPC_ERROR_PREFIX followed by the message to cerr.
|
|
Formats given parameters, sends IOPC_WARNING_PREFIX followed by the message to cerr.
|
|
Formats given parameters, sends the message to cout.
|
|
Adds new warning (
|