ifw-daq 3.1.0
IFW Data Acquisition modules
Loading...
Searching...
No Matches
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
13namespace daq {
14
15static constexpr auto = "daq.eventlog"_sv;
16
17}
18#endif // DAQ_LOGGERS_HPP