MFConfig.h
Go to the documentation of this file.
1 #ifndef messagefacility_MessageLogger_MFConfig_h
2 #define messagefacility_MessageLogger_MFConfig_h
3 // vim: set sw=2 expandtab :
4 
5 #include "fhiclcpp/types/Atom.h"
10 
11 #include <string>
12 
13 namespace mf {
14 
16  struct Config {
17  Config();
19  };
20 
27  };
28 
29  struct MFConfig {
30  struct Config {
31  Config();
32 
33  // Note: Now obsolete, not removed to preserve backwards compatibility.
35  // Note: Now obsolete, not removed to preserve backwards compatibility.
37  // Note: Now obsolete, not removed to preserve backwards compatibility.
39  // Note: Now obsolete, not removed to preserve backwards compatibility.
42  };
43 
45  };
46 
47 } // namespace mf
48 
49 #endif /* messagefacility_MessageLogger_MFConfig_h */
50 
51 // Local Variables:
52 // mode: c++
53 // End:
fhicl::OptionalDelegatedParameter destinations
Definition: MFConfig.h:18
fhicl::Sequence< std::string > suppressDebug
Definition: MFConfig.h:36
fhicl::TableFragment< MFDestinationConfig::Config > destinations
Definition: MFConfig.h:41
fhicl::Sequence< std::string > suppressWarning
Definition: MFConfig.h:40
MFDestinationConfig & operator=(MFDestinationConfig const &)=delete
fhicl::Sequence< std::string > debugModules
Definition: MFConfig.h:34
fhicl::Sequence< std::string > suppressInfo
Definition: MFConfig.h:38