#include <stdio.h>#include <iostream>#include <log4cpp/Category.hh>#include <log4cpp/Appender.hh>#include <log4cpp/OstreamAppender.hh>#include <log4cpp/Layout.hh>#include <log4cpp/BasicLayout.hh>#include <log4cpp/Priority.hh>#include <log4cpp/NDC.hh>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | testGetAppender (log4cpp::Category &category, log4cpp::Appender *appender, log4cpp::Appender *appender2, log4cpp::Appender &appender3) |
| void | testLogva (log4cpp::Category &category, log4cpp::Priority::Value priority, const char *stringFormat,...) |
| void | testMultiAppenders () |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 138 of file testCategory.cpp.
| void testGetAppender | ( | log4cpp::Category & | category, |
| log4cpp::Appender * | appender, | ||
| log4cpp::Appender * | appender2, | ||
| log4cpp::Appender & | appender3 | ||
| ) |
Definition at line 23 of file testCategory.cpp.
| void testLogva | ( | log4cpp::Category & | category, |
| log4cpp::Priority::Value | priority, | ||
| const char * | stringFormat, | ||
| ... | |||
| ) |
Definition at line 12 of file testCategory.cpp.
| void testMultiAppenders | ( | ) |
Definition at line 64 of file testCategory.cpp.