#include <cstdio>
#include <cstdarg>
Go to the source code of this file.
|
namespace | medi |
| Global namespace for MeDiPack - Message Differentiation Package.
|
|
|
void | medi::outputException (const char function[], const char file[], const int line, const char *message,...) |
| Prints the positions and the message of the exception.
|
|
◆ MEDI_EXCEPTION
#define MEDI_EXCEPTION |
( |
| ... | ) |
|
Value:
void outputException(const char function[], const char file[], const int line, const char *message,...)
Prints the positions and the message of the exception.
Definition exceptions.hpp:57
Generates an exception.
- Parameters
-
... | Arguments for a printf like output and format. |