DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
The Logger class defines the interface necessary to configure central logging within a DAQ Application. More...
#include <Logging.hpp>
Classes | |
class | InternalMessage |
Static Public Member Functions | |
static void | setup (const std::string &session, const std::string &application) |
Setup the Logger service Currently no args. | |
The Logger class defines the interface necessary to configure central logging within a DAQ Application.
Definition at line 24 of file Logging.hpp.
|
inlinestatic |
Setup the Logger service Currently no args.
Example: production env: export DUNEDAQ_ERS_ERROR="erstrace,throttle(30,100),lstderr,mts" export DUNEDAQ_ERS_FATAL="erstrace,lstderr,mts" export DUNEDAQ_ERS_WARNING="erstrace,throttle(30,100),lstderr,mts" export DUNEDAQ_ERS_INFO="erstrace,throttle(30,100),lstdout,mts"
export DUNEDAQ_ERS_LOG="lstdout" export DUNEDAQ_ERS_DEBUG="lstdout"
export DUNEDAQ_ERS_STREAM_LIBS="mtsStreams"
Definition at line 32 of file Logging.hpp.