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