Desafio Labsec (SGC)
|
#include <iostream>
Go to the source code of this file.
Macros | |
#define | TRACE(x) |
#define TRACE | ( | x | ) |
This macro can be used to write usefull trace messages. Example of use:
TRACE("Something went wrong here");
TRACE(exception.toString());
Output includes the File name, function and line number.