1 #ifndef FWCore_MessageService_MessageLoggerScribe_h 2 #define FWCore_MessageService_MessageLoggerScribe_h 83 class ELadministrator;
125 #define VALIDATE_ELSEWHERE // ChangeLog 11 133 t = p.template getUntrackedParameter<T>(
id,
def);
135 t = p.template getParameter<T>(
id);
137 <<
" used in MessageLogger configuration.\n" 138 <<
"Use of tracked parameters for the message service " 139 <<
"is deprecated.\n" 140 <<
"The .cfg file should be modified to make this untracked.\n";
150 t = p.template getUntrackedParameter<T>(
id,
def);
154 #ifdef VALIDATE_ELSEWHERE 160 t = p.template getUntrackedParameter<T>(
id,
def);
163 t = p.template getParameter<T>(
id);
172 #else // Do not tolerate errors 178 t = p.template getUntrackedParameter<T>(
id,
def);
181 t = p.template getParameter<T>(
id);
188 <<
" used in MessageLogger configuration.\n" 189 <<
"Use of tracked parameters for the message service " 190 <<
"is not allowed.\n" 191 <<
"The .cfg file should be modified to make this untracked.\n";
200 #endif // VALIDATE_ELSEWHERE 201 #endif // SIMPLESTYLE 202 #endif // OLD_STYLE and the else Do not tolerate errors 206 T getCategoryDefault ( PSet * p,
211 t = p->template getUntrackedParameter<T>(
id,
def);
223 std::vector<edm::propagate_const<std::shared_ptr<std::ofstream>>>
file_ps;
225 std::map<String,edm::propagate_const<std::ostream*>>
stream_ps;
245 #endif // FWCore_MessageService_MessageLoggerScribe_h
std::map< String, edm::propagate_const< std::ostream * > > stream_ps
void log(ErrorObj *errorobj_p)
void configure_errorlog()
~MessageLoggerScribe() override
void configure_statistics()
std::vector< String > ordinary_destination_filenames
void runCommand(MessageLoggerQ::OpCode opcode, void *operand) override
edm::propagate_const< std::shared_ptr< ELadministrator > > admin_p
void configure_ordinary_destinations()
void configure_dest(std::shared_ptr< ELdestination > dest_ctrl, String const &filename)
std::vector< bool > statisticsResets
std::vector< std::shared_ptr< ELstatistics > > statisticsDestControls
std::vector< edm::propagate_const< std::shared_ptr< std::ofstream > > > file_ps
std::shared_ptr< ELdestination > early_dest
void parseCategories(std::string const &s, std::vector< std::string > &cats)
edm::propagate_const< std::shared_ptr< PSet > > job_pset_p
void triggerStatisticsSummaries()
MessageLoggerScribe(std::shared_ptr< ThreadQueue > queue)
— If queue is NULL, this sets singleThread true
void triggerFJRmessageSummary(std::map< std::string, double > &sm)
T getAparameter(PSet const &p, std::string const &id, T const &def)
edm::propagate_const< std::shared_ptr< ThreadQueue > > m_queue
bool clean_slate_configuration
std::vector< String > vString
value_ptr< MessageLoggerDefaults > messageLoggerDefaults