41 std::cerr <<
"Unrecognized Job Mode Option: " << jm <<
" -- defaulting to analysis mode ";
57 cerr.threshold =
"INFO";
59 INFO_limits.
limit = 0;
60 cerr.sev[
"INFO"] = INFO_limits;
62 default_for_dest.
limit = 10000000;
63 cerr.category[
"default"] = default_for_dest;
98 cerr.threshold =
"INFO";
100 INFO_limits.
limit = 5;
101 cerr.sev[
"INFO"] = INFO_limits;
103 default_for_dest.
limit = 10000000;
104 cerr.category[
"default"] = default_for_dest;
141 INFO_limits.
limit = 0;
144 default_for_dest.
limit = 1000;
145 warnings.category[
"default"] = default_for_dest;
160 cerr.threshold =
"INFO";
std::map< std::string, Destination > destination
std::vector< std::string > statistics
void hardwireNilJobMode()
std::vector< std::string > destinations
void hardwireGridJobMode()
void hardwireReleaseValidationJobMode()
static edm::JobMode mode(std::string const &jm)
std::vector< std::string > categories
void hardwireAnalysisJobMode()