Functions
cout_mfPlugin.cc File Reference
#include "messagefacility/plugins/mfPlugin.h"
#include "cetlib/ostream_handle.h"
#include "fhiclcpp/types/AllowedConfigurationMacro.h"
#include <iostream>
#include <memory>

Go to the source code of this file.

Functions

 MAKE_MFPLUGIN_START (, pset)
 

Function Documentation

MAKE_MFPLUGIN_START ( pset  )

Definition at line 14 of file cout_mfPlugin.cc.

15 {
16  return make_unique<MFPLUGIN_RESULT_BASE>(pset, ostream_handle{cout});
17 }