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