00001 #ifndef artdaq_Application_configureMessageFacility_hh
00002 #define artdaq_Application_configureMessageFacility_hh
00003
00004 #include <string>
00005
00006 namespace artdaq
00007 {
00013 void configureMessageFacility(char const* progname, bool useConsole = true);
00014
00020 void setMsgFacAppName(const std::string& appType, unsigned short port);
00021 }
00022
00023 #endif