#include <ELdestination.h>
Definition at line 152 of file ELdestination.h.
mf::service::ELdestination::Config::~Config |
( |
| ) |
|
|
default |
mf::service::ELdestination::Config::Config |
( |
void |
| ) |
|
Definition at line 227 of file ELdestination.cc.
231 "The 'threshold' parameter specifies the lowest severity " 233 "messages that will be logged to the destination"},
238 R
"(The 'categories' parameter (if provided) is a FHiCL table that 239 configures the behavior of logging to this destination for the specified 240 category. For example, if the following appears in C++ source code: 242 mf::LogInfo{"Tracking"} << my_track.diagnostics(); 244 the category is 'Tracking', and its behavior can be specified via: 249 reportEvery: -1 # default 250 timespan: -1 # default 254 Within the 'categories' table, it is permitted to specify a 'default' 255 category, which becomes the configuration for all message categories 256 that are not explicitly listed. 258 Note the categories listed only customize the behavior of messages 259 that are logged specifically to this destination. Messages that are 260 routed to other destinations are not be affected. fhicl::Table< MsgFormatSettings::Config > format
static std::string limit_comment()
fhicl::TableFragment< MsgStatistics::Config > msgStatistics
fhicl::OptionalDelegatedParameter categories
fhicl::Atom< std::string > dest_type
static std::string timespan_comment()
fhicl::Atom< std::string > threshold
static std::string reportEvery_comment()
fhicl::Atom< bool > outputStatistics
The documentation for this struct was generated from the following files: