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
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
 < multiple inclusion guard macro
 
 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.