LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
syslog_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 "fhiclcpp/types/ConfigurationTable.h"
#include "fhiclcpp/types/TableFragment.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "messagefacility/MessageService/ELdestination.h"
#include "messagefacility/Utilities/ELseverityLevel.h"
#include "messagefacility/Utilities/exception.h"
#include <iostream>
#include <memory>
#include <string>
#include <syslog.h>

Go to the source code of this file.

Classes

class  mfplugins::ELsyslog
 
struct  mfplugins::ELsyslog::Config
 

Namespaces

 mfplugins
 

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 115 of file syslog_mfPlugin.cc.

References FHICL_PROVIDE_ALLOWED_CONFIGURATION.

116 {
117  return make_unique<mfplugins::ELsyslog>(pset);
118 }