FACT++  1.0
void EventBuilderWrapper::factOut ( int  severity,
const char *  message 
)
inline

Definition at line 1184 of file EventBuilderWrapper.h.

References message, str, and MessageImp::Update().

Referenced by factOut().

1185  {
1186  ostringstream str;
1187  str << "EventBuilder: " << message;
1188 
1189  /*
1190  string &old = fLastMessage[boost::this_thread::get_id()];
1191 
1192  if (str.str()==old)
1193  return;
1194  old = str.str();
1195  */
1196 
1197  fMsg.Update(str, severity);
1198  }
char str[80]
Definition: test_client.c:7
int Update(const std::string &txt, int severity=kMessage)
Definition: MessageImp.cc:156
char message[1024]
Definition: db_dim_client.c:16

+ Here is the call graph for this function:

+ Here is the caller graph for this function: