ql/utilities/tracing.hpp File Reference
Detailed Description
tracing facilities
#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 | |
namespace | QuantLib |
namespace | QuantLib::detail |
Defines | |
#define | QL_DEFAULT_TRACER |
#define | QL_TRACE_ENABLE |
enable tracing | |
#define | QL_TRACE_DISABLE |
disable tracing | |
#define | QL_TRACE_ON(out) |
set tracing stream | |
#define | QL_TRACE(message) |
output tracing information | |
#define | QL_TRACE_ENTER_FUNCTION |
output tracing information | |
#define | QL_TRACE_EXIT_FUNCTION |
output tracing information | |
#define | QL_TRACE_LOCATION |
output tracing information | |
#define | QL_TRACE_VARIABLE(variable) |
output tracing information |