00001 #ifndef artdaq_Application_configureMessageFacility_hh
00002 #define artdaq_Application_configureMessageFacility_hh
00003
00004 #include <string>
00005
00006 namespace artdaq
00007 {
00016 std::string generateMessageFacilityConfiguration(char const* progname, bool useConsole = true, bool printDebug = false);
00017
00024 void configureMessageFacility(char const* progname, bool useConsole = true, bool printDebug = false);
00025
00031 void setMsgFacAppName(const std::string& appType, unsigned short port);
00032 }
00033
00034 #endif