rad
2.0.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
INTROOT
sources
hello
src
logger.hpp
Go to the documentation of this file.
1
10
#ifndef HELLO_LOGGER_HPP
11
#define HELLO_LOGGER_HPP
12
13
#include <rad/logger.hpp>
14
15
namespace
hello {
16
17
const
std::string
LOGGER_NAME
=
"hello"
;
18
19
log4cplus::Logger&
GetLogger
();
20
21
}
// namespace hello
22
23
24
#endif // HELLO_LOGGER_HPP
hello::LOGGER_NAME
const std::string LOGGER_NAME
Definition:
logger.hpp:17
hello::GetLogger
log4cplus::Logger & GetLogger()
Definition:
logger.cpp:14
Generated by
1.8.5