HLCC Documentation
3.0.1
Loading...
Searching...
No Matches
software
rtcccssim
app
src
include
rtcccssim
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_RTCTK_CCSSIM_LOGGER_HPP
15
#define HLCC_RTCTK_CCSSIM_LOGGER_HPP
16
17
#include <rad/logger.hpp>
18
19
20
namespace
hlcc::rtcccssim
{
21
22
// TODO: Application logger name should reflect application (instance) name from 'proc-name' option.
23
// See https://jira.eso.org/browse/ECII-516 about log record fields.
24
const
std::string
LOGGER_NAME
=
"rtcccssim"
;
25
26
log4cplus::Logger&
GetLogger
();
27
28
}
// namespace hlcc::rtcccssim
29
30
31
#endif
// HLCC_RTCTK_CCSSIM_LOGGER_HPP
hlcc::rtcccssim
Definition
actionMgr.cpp:30
hlcc::rtcccssim::LOGGER_NAME
const std::string LOGGER_NAME
Definition
logger.hpp:24
hlcc::rtcccssim::GetLogger
log4cplus::Logger & GetLogger()
Definition
logger.cpp:21
Generated by
1.13.2