default_destinations_config.h
Go to the documentation of this file.
3 
4 #include <string>
5 
6 namespace mf {
7  namespace service {
8  inline std::string
10  {
11  return {" type: cerr"
12  " categories: {"
13  " default: {"
14  " limit: 10000000"
15  " }"
16  " }"};
17  }
18 
19  inline auto
21  {
22  fhicl::ParameterSet result;
24  return result;
25  }
26 
27  inline auto
29  {
30  std::string const config{"cerr: { " +
32  fhicl::ParameterSet result;
34  return result;
35  }
36  }
37 }
std::string string
Definition: nybbler.cc:12
void make_ParameterSet(intermediate_table const &tbl, ParameterSet &ps)
std::string default_destination_config_string()