1 #ifndef FWCore_MessageService_ThreadSafeLogMessageLoggerScribe_h 2 #define FWCore_MessageService_ThreadSafeLogMessageLoggerScribe_h 22 #include "tbb/concurrent_queue.h" 35 class ELadministrator;
76 t = p.template getUntrackedParameter<T>(
id,
def);
79 t = p.template getParameter<T>(
id);
95 std::vector<edm::propagate_const<std::shared_ptr<std::ofstream>>>
file_ps;
97 std::map<String, edm::propagate_const<std::ostream*>>
stream_ps;
116 #endif // FWCore_MessageService_ThreadSafeLogMessageLoggerScribe_h
void runCommand(MessageLoggerQ::OpCode opcode, void *operand) override
std::vector< std::shared_ptr< ELstatistics > > statisticsDestControls
std::vector< bool > statisticsResets
std::vector< edm::propagate_const< std::shared_ptr< std::ofstream > > > file_ps
void triggerStatisticsSummaries()
std::atomic< bool > purge_mode
void triggerFJRmessageSummary(std::map< std::string, double > &sm)
T getAparameter(PSet const &p, std::string const &id, T const &def)
value_ptr< MessageLoggerDefaults > messageLoggerDefaults
std::vector< String > ordinary_destination_filenames
tbb::concurrent_queue< ErrorObj * > m_waitingMessages
size_t m_waitingThreshold
void configure_errorlog()
ThreadSafeLogMessageLoggerScribe()
— If queue is NULL, this sets singleThread true
std::map< String, edm::propagate_const< std::ostream * > > stream_ps
std::atomic< bool > m_messageBeingSent
edm::propagate_const< std::shared_ptr< PSet > > job_pset_p
std::vector< String > vString
std::atomic< unsigned long > m_tooManyWaitingMessagesCount
std::shared_ptr< ELdestination > early_dest
edm::propagate_const< std::shared_ptr< ELadministrator > > admin_p
void configure_dest(std::shared_ptr< ELdestination > dest_ctrl, String const &filename)
void log(ErrorObj *errorobj_p)
void parseCategories(std::string const &s, std::vector< std::string > &cats)
bool clean_slate_configuration
void configure_ordinary_destinations()
void configure_statistics()
~ThreadSafeLogMessageLoggerScribe() override