FACT++  1.0
int MessageImp::Update ( const char *  txt,
int  severity = kMessage 
)
inline

Definition at line 41 of file MessageImp.h.

References Update().

Referenced by Update().

41 { return Update(std::string(txt), severity); }
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: