#include <log4cpp/Category.hh>#include <log4cpp/Appender.hh>#include <log4cpp/Priority.hh>#include <log4cpp/NDC.hh>#include <log4cpp/PatternLayout.hh>#include <log4cpp/BasicConfigurator.hh>#include <iostream>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void | test (std::string pattern, log4cpp::PatternLayout *layout, log4cpp::Category &cat) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 21 of file testPattern.cpp.
| void test | ( | std::string | pattern, |
| log4cpp::PatternLayout * | layout, | ||
| log4cpp::Category & | cat | ||
| ) |
Definition at line 11 of file testPattern.cpp.