Go to the documentation of this file.
70 using std::placeholders::_1;
71 using std::placeholders::_2;
88 descriptions.
add(
"PrintLoadingPlugins",
desc);
89 descriptions.
setComment(
"This service logs each request to load a plugin.");
119 PluginManager::CategoryToInfos::const_iterator itFound =
category.find(iCategory);
128 typedef std::vector<PluginInfo>::const_iterator PIItr;
130 std::pair<PIItr, PIItr>
range = std::equal_range(itFound->second.begin(), itFound->second.end(),
i, PICompare());
135 libname = loadable.string();
138 edm::LogAbsolute(
"GetPlugin") <<
"Getting> '" << iCategory <<
"' " << iPlugin <<
"\n from " << libname
146 edm::LogAbsolute(
"LoadLib") <<
"Loading> " << Loadable_.string() << std::endl;
const PrintLoadingPlugins & operator=(const PrintLoadingPlugins &)=delete
static PluginManager * get()
const CategoryToInfos & categoryToInfos() const
edm::serviceregistry::NoArgsMaker< PrintLoadingPlugins > PrintLoadingPluginsMaker
edm::signalslot::Signal< void(const std::filesystem::path &)> goingToLoad_
void add(std::string const &label, ParameterSetDescription const &psetDescription)
std::map< std::string, Infos > CategoryToInfos
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void goingToLoad(const std::filesystem::path &)
#define DEFINE_FWK_SERVICE_MAKER(concrete, maker)
virtual ~PrintLoadingPlugins()
void setComment(std::string const &value)
Log< level::System, true > LogAbsolute
edm::signalslot::Signal< void(const std::string &, const std::string &)> askedToLoadCategoryWithPlugin_
void askedToLoad(const std::string &, const std::string &)