#include "auc-cd.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 | cdLogWork [256] |
| Category & | root = Category::getRoot() |
| Category & | cd_core = Category::getInstance(std::string("cd_core")) |
| Category & | cd_dbug = Category::getInstance(std::string("cd_dbug")) |
| Category & | cd_devl = Category::getInstance(std::string("cd_devl")) |
| PatternLayout * | layout |
| Appender* app |
Definition at line 12 of file cdLogger.cpp.
| Category & cd_core = Category::getInstance(std::string("cd_core")) |
Definition at line 15 of file cdLogger.cpp.
| Category & cd_dbug = Category::getInstance(std::string("cd_dbug")) |
Definition at line 16 of file cdLogger.cpp.
| Category & cd_devl = Category::getInstance(std::string("cd_devl")) |
Definition at line 17 of file cdLogger.cpp.
| char cdLogWork[256] |
Definition at line 13 of file cdLogger.cpp.
| PatternLayout* layout |
Definition at line 18 of file cdLogger.cpp.
| Category& root = Category::getRoot() |
Definition at line 14 of file cdLogger.cpp.
1.5.6