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

Definition at line 51 of file MessageImp.h.

References kFatal, and Update().

Referenced by DimErrorRedirecter::errorHandler(), and StateMachineImp::Run().

51 { return Update(str, kFatal); }
char str[80]
Definition: test_client.c:7
int Update(const std::string &txt, int severity=kMessage)
Definition: MessageImp.cc:156
An error which cannot be handled at all happend, the only solution is program termination.
Definition: MessageImp.h:21

+ Here is the call graph for this function:

+ Here is the caller graph for this function: