ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
loggers.hpp
Go to the documentation of this file.
1 /**
2 * @file
3  * @ingroup daq_common_libdaq
4 * @copyright
5 * (c) Copyright ESO 2023
6 * All Rights Reserved
7 * ESO (eso.org) is an Intergovernmental Organisation, and therefore special legal conditions apply.
8 */
9 #ifndef DAQ_LOGGERS_HPP
10 #define DAQ_LOGGERS_HPP
11 #include <string_view>
12 
13 namespace daq {
14 
15 static constexpr auto = "daq.eventlog"_sv;
16 
17 }
18 #endif // DAQ_LOGGERS_HPP