LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
cerr_mfPlugin.cc File Reference
#include "cetlib/PluginTypeDeducer.h"
#include "cetlib/ProvideFilePathMacro.h"
#include "cetlib/ProvideMakePluginMacros.h"
#include "fhiclcpp/ParameterSet.h"
#include "fhiclcpp/types/AllowedConfigurationMacro.h"
#include "messagefacility/MessageService/ELdestination.h"
#include "messagefacility/MessageService/ELostreamOutput.h"
#include <iostream>
#include <memory>
#include <string>

Go to the source code of this file.

Functions

 MAKE_PLUGIN_START (auto, string const &, fhicl::ParameterSet const &pset)
 

Function Documentation

MAKE_PLUGIN_START ( auto  ,
string const &  ,
fhicl::ParameterSet const &  pset 
)

Definition at line 18 of file cerr_mfPlugin.cc.

References FHICL_PROVIDE_ALLOWED_CONFIGURATION.

19 {
20  return make_unique<ELostreamOutput>(pset, cet::ostream_handle{cerr});
21 }