LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
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 | |
< multiple inclusion guard macro | |
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,...) |
definition of the Trace messaging facilities
Definition in file Trace.h.
#define LSST_MAX_TRACE -1 |