tracing.hpp File Reference

tracing facilities More...

#include <ql/types.hpp>
#include <ql/errors.hpp>
#include <ql/patterns/singleton.hpp>
#include <boost/current_function.hpp>
#include <iosfwd>
Include dependency graph for tracing.hpp:

Namespaces

 QuantLib
 

Macros

#define QL_DEFAULT_TRACER
 
#define QL_TRACE_ENABLE
 enable tracing More...
 
#define QL_TRACE_DISABLE
 disable tracing More...
 
#define QL_TRACE_ON(out)
 set tracing stream More...
 
#define QL_TRACE(message)
 output tracing information More...
 
#define QL_TRACE_ENTER_FUNCTION
 output tracing information More...
 
#define QL_TRACE_EXIT_FUNCTION
 output tracing information More...
 
#define QL_TRACE_LOCATION
 output tracing information More...
 
#define QL_TRACE_VARIABLE(variable)
 output tracing information More...
 

Detailed Description

tracing facilities