The top level namespace for all 'Log for C++' types and classes.
typedef std::set<Appender *> log4cpp::AppenderSet |
Definition at line 147 of file Appender.hh.
typedef int log4cpp::mode_t |
Definition at line 144 of file config-win32.h.
std::auto_ptr< Appender > log4cpp::create_abort_appender | ( | const FactoryParams & | params | ) |
Definition at line 46 of file AbortAppender.cpp.
std::auto_ptr< Layout > log4cpp::create_basic_layout | ( | const FactoryParams & | params | ) |
Definition at line 38 of file BasicLayout.cpp.
std::auto_ptr< Appender > log4cpp::create_file_appender | ( | const FactoryParams & | params | ) |
Definition at line 110 of file FileAppender.cpp.
std::auto_ptr< Appender > log4cpp::create_generation_file_appender | ( | const FactoryParams & | params | ) |
Definition at line 54 of file GenerationalFileAppender.cpp.
std::auto_ptr<Appender> log4cpp::create_idsa_appender | ( | const FactoryParams & | ) |
std::auto_ptr< TriggeringEventEvaluator > log4cpp::create_level_evaluator | ( | const FactoryParams & | params | ) |
Definition at line 7 of file LevelEvaluator.cpp.
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 7 of file PassThroughLayout.cpp.
std::auto_ptr< Layout > log4cpp::create_pattern_layout | ( | const FactoryParams & | params | ) |
Definition at line 428 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 | ||
) |
Definition at line 24 of file Localtime.cpp.
AppendersFactory* log4cpp::appenders_factory_ = 0 [static] |
Definition at line 6 of file AppendersFactory.cpp.
Definition at line 23 of file CategoryStream.hh.
Definition at line 24 of file CategoryStream.hh.
const std::string log4cpp::EMPTY [static] |
Definition at line 34 of file BufferingAppender.cpp.
TriggeringEventEvaluatorFactory* log4cpp::evaluators_factory_ = 0 [static] |
Definition at line 6 of file TriggeringEventEvaluatorFactory.cpp.
Definition at line 27 of file Appender.hh.
LayoutsFactory* log4cpp::layouts_factory_ = 0 [static] |
Definition at line 6 of file LayoutsFactory.cpp.