HLCC Documentation
3.0.0
Loading...
Searching...
No Matches
software
apps
telif
app
src
include
telif
logger.hpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2020-2025 European Southern Observatory (ESO)
2
//
3
// SPDX-License-Identifier: LGPL-3.0-only
4
13
14
#ifndef HLCC_TELIF_TELIF_LOGGER_HPP
15
#define HLCC_TELIF_TELIF_LOGGER_HPP
16
17
#include <rad/logger.hpp>
18
19
namespace
hlcc::telif
{
20
21
// TODO: Application logger name should reflect application (instance) name from 'proc-name' option.
22
// See https://jira.eso.org/browse/ECII-516 about log record fields.
23
const
std::string
LOGGER_NAME
=
"telif"
;
24
25
log4cplus::Logger&
GetLogger
();
26
27
}
// namespace hlcc::telif
28
29
30
#endif
// HLCC_TELIF_TELIF_LOGGER_HPP
hlcc::telif
Definition
configTest.cpp:22
hlcc::telif::GetLogger
log4cplus::Logger & GetLogger()
Definition
logger.cpp:21
hlcc::telif::LOGGER_NAME
const std::string LOGGER_NAME
Definition
logger.hpp:23
Generated by
1.13.2