fintp_utils
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Log.h File Reference
#include <string>
#include <iostream>

Go to the source code of this file.

Macros

#define QPIFILE   (__FILE__)
 
#define DEBUG_LOG(expr)   ;
 
#define TRACE_LOG(expr)
 

Macro Definition Documentation

#define DEBUG_LOG (   expr)    ;
#define QPIFILE   (__FILE__)
#define TRACE_LOG (   expr)
Value:
{ \
try \
{ \
cerr << "TRACE_LOG [" << QPIFILE << "] - " << __LINE__ << " : " << expr << endl << flush; \
} catch( ... ){}; \
}