hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1
10#ifndef HLCC_TELIF_TELIF_LOGGER_HPP
11#define HLCC_TELIF_TELIF_LOGGER_HPP
12
13#include <rad/logger.hpp>
14
15
16namespace hlcc::telif {
17
18// TODO: Application logger name should reflect application (instance) name from 'proc-name' option.
19// See https://jira.eso.org/browse/ECII-516 about log record fields.
20const std::string LOGGER_NAME = "telif";
21
22log4cplus::Logger& GetLogger();
23
24} // namespace hlcc::telif
25
26#endif // HLCC_TELIF_TELIF_LOGGER_HPP
Definition: configTest.cpp:18
log4cplus::Logger & GetLogger()
Definition: logger.cpp:17
const std::string LOGGER_NAME
Definition: logger.hpp:20