|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
LSSTDataManagementBasePackage
|
A LogRecord attached to a particular Log that suppports stream stream semantics. More...
#include <Log.h>
Public Types | |
| enum | Manip { endr } |
Public Member Functions | |
| LogRec (Log &log, int importance) | |
| LogRec (const LogRec &that) | |
| virtual | ~LogRec () |
| LogRec & | operator= (const LogRec &that) |
| LogRec & | operator<< (const std::string &comment) |
| LogRec & | operator<< (const boost::format &comment) |
| template<class T > | |
| LogRec & | operator<< (const RecordProperty< T > &prop) |
| LogRec & | operator<< (const lsst::daf::base::PropertySet &props) |
| LogRec & | operator<< (Manip signal) |
Public Member Functions inherited from lsst.pex::logging::LogRecord | |
| LogRecord (int threshold, int importance, bool showAll=false) | |
| LogRecord (int threshold, int importance, const lsst::daf::base::PropertySet &preamble, bool showAll=false) | |
| LogRecord (const LogRecord &that) | |
| virtual | ~LogRecord () |
| LogRecord & | operator= (const LogRecord &that) |
| void | addComment (const std::string &comment) |
| void | addComment (const boost::format &comment) |
| template<class T > | |
| void | addProperty (const RecordProperty< T > &property) |
| template<class T > | |
| void | addProperty (const std::string &name, const T &val) |
| void | addProperties (const lsst::daf::base::PropertySet &props) |
| void | addProperties (const lsst::daf::base::PropertySet::Ptr &props) |
| const lsst::daf::base::PropertySet & | getProperties () const |
| lsst::daf::base::PropertySet & | getProperties () |
| const lsst::daf::base::PropertySet & | data () const |
| lsst::daf::base::PropertySet & | data () |
| size_t | countParamNames () |
| size_t | countParamValues () const |
| int | getImportance () const |
| bool | willRecord () const |
| bool | willShowAll () const |
| void | setShowAll (bool yesno) |
| void | setTimestamp () |
| virtual void | setDate () |
Private Attributes | |
| bool | _sent |
| Log * | _log |
Additional Inherited Members | |
Static Public Member Functions inherited from lsst.pex::logging::LogRecord | |
| static long long | utcnow () |
Protected Member Functions inherited from lsst.pex::logging::LogRecord | |
| LogRecord () | |
| void | _init () |
Protected Attributes inherited from lsst.pex::logging::LogRecord | |
| bool | _send |
| bool | _showAll |
| int | _vol |
| lsst::daf::base::PropertySet::Ptr | _data |
A LogRecord attached to a particular Log that suppports stream stream semantics.
|
inline |
|
inline |
|
virtual |
delete this record
| LogRec& lsst.pex::logging::LogRec::operator<< | ( | const std::string & | comment | ) |
record a string comment into this message
|
inline |
record a string comment into this message
Definition at line 788 of file Log.h.
|
inline |
record a data property into this message
Definition at line 797 of file Log.h.
|
inline |
receive a message manipulator signal. The most common use of this version is to indicate that the Record is now complete and should be flushed to the Log.
| signal | the manipulator signal value (e.g. LogRec::endr). |
Definition at line 816 of file Log.h.
copy another record into this one
Definition at line 759 of file Log.h.
1.8.5