DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Logging.hpp
Go to the documentation of this file.
1
8#ifndef TRIGGERALGS_INCLUDE_LOGGING_HPP_
9#define TRIGGERALGS_INCLUDE_LOGGING_HPP_
10
11namespace triggeralgs {
12
17{
18 TLVL_VERY_IMPORTANT = 1,
19 TLVL_IMPORTANT = 2,
21 TLVL_DEBUG_INFO = 4,
22 TLVL_DEBUG_LOW = 5,
23 TLVL_DEBUG_MEDIUM = 10,
24 TLVL_DEBUG_HIGH = 15,
25 TLVL_DEBUG_ALL = 20
26};
27
28} // namespace triggeralgs
29
30#endif // TRIGGERALGS_INCLUDE_LOGGING_HPP_
Logging
Common name used by TRACE TLOG calls from this package.
Definition Logging.hpp:17