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

Definition at line 48 of file MessageImp.h.

References kWarn, and Update().

Referenced by DimErrorRedirecter::errorHandler(), EventBuilderWrapper::gotNewRun(), StateMachineImp::HandleEvent(), Fits::InitDataColumns(), EventBuilderWrapper::InitRunNumber(), EventBuilderWrapper::ResetSecondaryDrsBaseline(), DimWriteStatistics::SetUpdateInterval(), EventBuilderWrapper::StartThread(), and DataLogger::~DataLogger().

48 { return Update(str, kWarn); }
A warning, things that somehow might result in unexpected or unwanted bahaviour.
Definition: MessageImp.h:18
char str[80]
Definition: test_client.c:7
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: