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
LogRecord.h File Reference

definition of the LogRecord, RecordProperty and Prop classes More...

#include "lsst/daf/base/PropertySet.h"
#include <boost/shared_ptr.hpp>
#include <boost/format.hpp>
#include <string>
#include <sys/time.h>

Go to the source code of this file.

Classes

class  lsst::pex::logging::RecordProperty< T >
 a container for a named data property for a LogRecord More...
 
class  lsst::pex::logging::Prop< T >
 
class  lsst::pex::logging::LogRecord
 a container for constructing a single Log record More...
 

Namespaces

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

Macros

#define LSST_LP_COMMENT   "COMMENT"
 
#define LSST_LP_TIMESTAMP   "TIMESTAMP"
 
#define LSST_LP_DATE   "DATE"
 
#define LSST_LP_LOG   "LOG"
 
#define LSST_LP_LEVEL   "LEVEL"
 

Detailed Description

definition of the LogRecord, RecordProperty and Prop classes

Author
Ray Plante

Definition in file LogRecord.h.

Macro Definition Documentation

#define LSST_LP_COMMENT   "COMMENT"

Definition at line 40 of file LogRecord.h.

#define LSST_LP_DATE   "DATE"

Definition at line 42 of file LogRecord.h.

#define LSST_LP_LEVEL   "LEVEL"

Definition at line 44 of file LogRecord.h.

#define LSST_LP_LOG   "LOG"

Definition at line 43 of file LogRecord.h.

#define LSST_LP_TIMESTAMP   "TIMESTAMP"

Definition at line 41 of file LogRecord.h.