HLCC Documentation
3.0.0
Loading...
Searching...
No Matches
software
apps
telmon
app
src
include
telmon
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_TELMON_LOGGER_HPP
15
#define HLCC_TELIF_TELMON_LOGGER_HPP
16
17
#include <rad/logger.hpp>
18
19
namespace
hlcc::telmon
{
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
=
"telmon"
;
24
25
log4cplus::Logger&
GetLogger
();
26
27
}
// namespace hlcc::telmon
28
29
30
#endif
// HLCC_TELIF_TELMON_LOGGER_HPP
hlcc::telmon
Definition
actionMgr.cpp:31
hlcc::telmon::LOGGER_NAME
const std::string LOGGER_NAME
Definition
logger.hpp:23
hlcc::telmon::GetLogger
log4cplus::Logger & GetLogger()
Definition
logger.cpp:21
Generated by
1.13.2