rad  5.1.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 class.
Definition: actionMgr.cpp:25
const std::string LOGGER_NAME
Definition: logger.hpp:19
log4cplus::Logger & GetLogger()
Definition: logger.cpp:14