FACT++  1.0
int MessageImp::Info ( const std::string &  str)
inline

Definition at line 47 of file MessageImp.h.

References kInfo, and Update().

Referenced by DimErrorRedirecter::errorHandler(), EventBuilderWrapper::gotNewRun(), DataLogger::GoToNightlyWriteErrorState(), Fits::InitDataColumns(), EventBuilderWrapper::InitRunNumber(), EventBuilderWrapper::LoadDrsCalibration(), DataLogger::Report(), EventBuilderWrapper::runClose(), EventBuilderWrapper::runOpen(), DataLogger::Start(), and DataLogger::~DataLogger().

47 { return Update(str, kInfo); }
char str[80]
Definition: test_client.c:7
An info telling something which can be interesting to know.
Definition: MessageImp.h:17
int Update(const std::string &txt, int severity=kMessage)
Definition: MessageImp.cc:156

+ Here is the call graph for this function:

+ Here is the caller graph for this function: