#include <ELdestination.h>
Definition at line 42 of file ELdestination.h.
mf::service::ELdestination::Category::Config::~Config |
( |
| ) |
|
|
default |
mf::service::ELdestination::Category::Config::Config |
( |
void |
| ) |
|
Definition at line 38 of file ELdestination.cc.
fhicl::Atom< int > timespan
fhicl::Atom< int > reportEvery
Definition at line 44 of file ELdestination.cc.
fhicl::Atom< int > timespan
fhicl::Atom< int > reportEvery
std::string mf::service::ELdestination::Category::Config::limit_comment |
( |
| ) |
|
|
static |
Definition at line 51 of file ELdestination.cc.
53 return R
"(The 'limit' parameter is an integer after which the logger will start 54 to ignore messages of this category. Beyond the specified limit, an 55 occasional further message will appear, based on an exponential 56 fall-off. For example, if the limit is set to 5, and 100 messages of 57 this category are issued, then the destination containing this 58 configuration will log messages numbered 1, 2, 3, 4, 5, 10, 15, 25, 59 45, and 85. A limit of zero disables reporting any messages.)";
std::string mf::service::ELdestination::Category::Config::reportEvery_comment |
( |
| ) |
|
|
static |
Definition at line 63 of file ELdestination.cc.
65 return R
"(The 'reportEvery' parameter is an integer n which logs only every nth 66 message. If the value is zero or less, then the report-every feature
std::string mf::service::ELdestination::Category::Config::timespan_comment |
( |
| ) |
|
|
static |
Definition at line 71 of file ELdestination.cc.
73 return R
"(The 'timespan' parameter is an integer representing seconds. When a 74 limit is set, one can also specify that if no occurrences for that 75 particular category of messages have been seen in a period of time 76 (the timespan), then the count toward that limit is to be reset. For 77 example, if one wish to suppress most of the thousands of warnings of 78 some category expected at startup, but would like to know if another 79 one happens after a gap of ten minutes, one can set the timespan value 80 to 600. A value of zero or less disables the timespan functionality.)";
The documentation for this struct was generated from the following files: