rad 6.2.0
Loading...
Searching...
No Matches
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
17namespace exciiserver {
18
19const std::string LOGGER_NAME = "exciiserver";
20
21log4cplus::Logger& GetLogger();
22
23} // namespace exciiserver
24
25
26#endif // EXCIISERVER_LOGGER_HPP
Logger class.
Definition actionMgr.cpp:26
const std::string LOGGER_NAME
Definition logger.hpp:19
log4cplus::Logger & GetLogger()
Definition logger.cpp:14