LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces | Macros | Functions
Trace.h File Reference

definition of the Trace messaging facilities More...

#include <iostream>
#include <string>
#include <sstream>
#include <cstdarg>
#include <cstdio>
#include <boost/format.hpp>
#include "lsst/pex/logging/Debug.h"

Go to the source code of this file.

Classes

class  lsst::pex::logging::Trace
 limited backward compatibility to the DC2 run-time trace facilities More...
 

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::pex
 
 lsst::pex::logging
 

Macros

#define LSST_NO_TRACE   1
 
#define LSST_MAX_TRACE   -1
 Maximum level to trace (only works for TTrace) More...
 

Functions

template<int VERBOSITY>
void lsst::pex::logging::TTrace (const char *name, const char *fmt,...)
 
template<int VERBOSITY>
void lsst::pex::logging::TTrace (const std::string name, const std::string fmt,...)
 

Detailed Description

definition of the Trace messaging facilities

Definition in file Trace.h.

Macro Definition Documentation

#define LSST_MAX_TRACE   -1

Maximum level to trace (only works for TTrace)

Definition at line 58 of file Trace.h.

#define LSST_NO_TRACE   1

Definition at line 50 of file Trace.h.