otsdaq  v1_01_03
 All Classes Namespaces Functions
MessageFacility.h
1 #ifndef OTSDAQ_CORE_MESSAGEFACILITY_MESSAGEFACILITY_H
2 #define OTSDAQ_CORE_MESSAGEFACILITY_MESSAGEFACILITY_H
3 
4 #include <messagefacility/MessageLogger/MessageLogger.h>
5 #include "otsdaq-core/MessageFacility/configureMessageFacility.hh"
6 
7 namespace ots {
8 
9 inline void INIT_MF(const char* name)
10 {
11  configureMessageFacility(name);
12  setMsgFacAppName(name);
13 }
14 
15 
16 }
17 
18 #endif