#include "auc-md.h"#include "log4cpp/Category.hh"#include "log4cpp/Appender.hh"#include "log4cpp/FileAppender.hh"#include "log4cpp/Layout.hh"#include "log4cpp/BasicLayout.hh"#include "log4cpp/Priority.hh"

Go to the source code of this file.
Variables | |
| Appender * | app |
| char | mdLogWork [256] |
| Category & | root = Category::getRoot() |
| Category & | md_core = Category::getInstance(std::string("md_core")) |
| Category & | md_dbug = Category::getInstance(std::string("md_dbug")) |
| Category & | md_devl = Category::getInstance(std::string("md_devl")) |
| PatternLayout * | layout |
| char * | logPath |
| char * | mainLogFileName |
| char | xmlrpcLogFileName |
| Appender* app |
Definition at line 12 of file mdLogger.cpp.
| PatternLayout* layout |
Definition at line 18 of file mdLogger.cpp.
| char* logPath |
Definition at line 19 of file mdLogger.cpp.
| char * mainLogFileName |
Definition at line 19 of file mdLogger.cpp.
| Category & md_core = Category::getInstance(std::string("md_core")) |
Definition at line 15 of file mdLogger.cpp.
| Category & md_dbug = Category::getInstance(std::string("md_dbug")) |
Definition at line 16 of file mdLogger.cpp.
| Category & md_devl = Category::getInstance(std::string("md_devl")) |
Definition at line 17 of file mdLogger.cpp.
| char mdLogWork[256] |
Definition at line 13 of file mdLogger.cpp.
| Category& root = Category::getRoot() |
Definition at line 14 of file mdLogger.cpp.
| char xmlrpcLogFileName |
Definition at line 19 of file mdLogger.cpp.
1.5.6