rad  4.0.0
logger.hpp
Go to the documentation of this file.
1 
10 #ifndef EXCIISERVER_LOGGER_HPP
11 #define EXCIISERVER_LOGGER_HPP
12 
13 #include <rad/logger.hpp>
14 
15 #include <ciiLogManager.hpp>
16 
17 namespace exciiserver {
18 
19 const std::string LOGGER_NAME = "exciiserver";
20 
21 log4cplus::Logger& GetLogger();
22 
23 } // namespace exciiserver
24 
25 
26 #endif // EXCIISERVER_LOGGER_HPP
logger.hpp
Logger class.
exciiserver::LOGGER_NAME
const std::string LOGGER_NAME
Definition: logger.hpp:19
exciiserver
Definition: actionMgr.cpp:23
exciiserver::GetLogger
log4cplus::Logger & GetLogger()
Definition: logger.cpp:14