log4cpp 1.1
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
AppendersFactory.cpp File Reference
#include <log4cpp/AppendersFactory.hh>
#include <stdexcept>

Namespaces

namespace  log4cpp
 The top level namespace for all 'Log for C++' types and classes.
 

Functions

std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_file_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_roll_file_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_daily_roll_file_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_idsa_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_nt_event_log_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_remote_syslog_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_syslog_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_win32_debug_appender (const FactoryParams &)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_abort_appender (const FactoryParams &params)
 
std::LOG4CPP_UNIQUE_PTR< Appenderlog4cpp::create_smtp_appender (const FactoryParams &)
 

Variables

static AppendersFactorylog4cpp::appenders_factory_ = 0