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