#include <cstdio>
#include <cstdarg>
Go to the source code of this file.
Namespaces | |
namespace | medi |
Global namespace for MeDiPack - Message Differentiation Package. | |
Macros | |
#define | MEDI_EXCEPTION(...) medi::outputException( __func__, __FILE__, __LINE__, __VA_ARGS__) |
Generates an exception. | |
Functions | |
void | medi::outputException (const char function[], const char file[], const int line, const char *message,...) |
Prints the positions and the message of the exception. | |
#define MEDI_EXCEPTION | ( | ... | ) | medi::outputException( __func__, __FILE__, __LINE__, __VA_ARGS__) |
Generates an exception.
... | Arguments for a printf like output and format. |