The top level namespace for all 'Log for C++' types and classes.
typedef std::set< Appender * > log4cpp::AppenderSet |
Definition at line 147 of file include/log4cpp/Appender.hh.
typedef int log4cpp::mode_t |
Definition at line 144 of file include/log4cpp/config-win32.h.
std::auto_ptr< Appender > log4cpp::create_abort_appender | ( | const FactoryParams & | params | ) |
std::auto_ptr< Layout > log4cpp::create_basic_layout | ( | const FactoryParams & | params | ) |
std::auto_ptr< Appender > log4cpp::create_file_appender | ( | const FactoryParams & | params | ) |
Definition at line 102 of file FileAppender.cpp.
std::auto_ptr<Appender> log4cpp::create_idsa_appender | ( | const FactoryParams & | ) |
std::auto_ptr< TriggeringEventEvaluator > log4cpp::create_level_evaluator | ( | const FactoryParams & | params | ) |
std::auto_ptr<Appender> log4cpp::create_nt_event_log_appender | ( | const FactoryParams & | ) |
std::auto_ptr< Layout > log4cpp::create_pass_through_layout | ( | const FactoryParams & | params | ) |
Definition at line 3 of file PassThroughLayout.cpp.
std::auto_ptr< Layout > log4cpp::create_pattern_layout | ( | const FactoryParams & | params | ) |
Definition at line 368 of file PatternLayout.cpp.
std::auto_ptr< Appender > log4cpp::create_remote_syslog_appender | ( | const FactoryParams & | params | ) |
Definition at line 172 of file RemoteSyslogAppender.cpp.
std::auto_ptr< Appender > log4cpp::create_roll_file_appender | ( | const FactoryParams & | params | ) |
Definition at line 93 of file RollingFileAppender.cpp.
std::auto_ptr< Layout > log4cpp::create_simple_layout | ( | const FactoryParams & | params | ) |
Definition at line 38 of file SimpleLayout.cpp.
std::auto_ptr<Appender> log4cpp::create_smtp_appender | ( | const FactoryParams & | ) |
std::auto_ptr<Appender> log4cpp::create_syslog_appender | ( | const FactoryParams & | ) |
std::auto_ptr<Appender> log4cpp::create_win32_debug_appender | ( | const FactoryParams & | ) |
CategoryStream & log4cpp::eol | ( | CategoryStream & | os | ) |
eol manipulator
Definition at line 51 of file CategoryStream.cpp.
CategoryStream & log4cpp::left | ( | CategoryStream & | os | ) |
left manipulator
Definition at line 57 of file CategoryStream.cpp.
void log4cpp::localtime | ( | const ::time_t * | time, | |
::tm * | t | |||
) |
AppendersFactory* log4cpp::appenders_factory_ = 0 [static] |
Definition at line 3 of file AppendersFactory.cpp.
class LOG4CPP_EXPORT log4cpp::Category |
Definition at line 23 of file include/log4cpp/CategoryStream.hh.
class LOG4CPP_EXPORT log4cpp::CategoryStream |
Definition at line 24 of file include/log4cpp/CategoryStream.hh.
const std::string log4cpp::EMPTY [static] |
Definition at line 29 of file BufferingAppender.cpp.
TriggeringEventEvaluatorFactory* log4cpp::evaluators_factory_ = 0 [static] |
Definition at line 3 of file TriggeringEventEvaluatorFactory.cpp.
class LOG4CPP_EXPORT log4cpp::Filter |
Definition at line 27 of file include/log4cpp/Appender.hh.
LayoutsFactory* log4cpp::layouts_factory_ = 0 [static] |
Definition at line 3 of file LayoutsFactory.cpp.