artdaq  v2_03_02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
configureMessageFacility.hh
1 #ifndef artdaq_Application_configureMessageFacility_hh
2 #define artdaq_Application_configureMessageFacility_hh
3 
4 #include <string>
5 
6 namespace artdaq
7 {
13  void configureMessageFacility(char const* progname, bool useConsole = true);
14 
20  void setMsgFacAppName(const std::string& appType, unsigned short port);
21 }
22 
23 #endif /* artdaq_Application_configureMessageFacility_hh */
void configureMessageFacility(char const *progname, bool useConsole=true)
Configure and start the message facility. Provide the program name so that messages will be appropria...
void setMsgFacAppName(const std::string &appType, unsigned short port)
Set the message facility application name using the specified application type and port number...