eventDispenser
Loading...
Searching...
No Matches
eventDispenser_options.h File Reference

Public declaration of the Event Dispenser module command-line / configuration options. More...

#include "goptions.h"
Include dependency graph for eventDispenser_options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  eventDispenser
 Namespace containing the Event Dispenser module option definitions.
 

Functions

GOptions eventDispenser::defineOptions ()
 Builds and returns the complete set of options supported by the Event Dispenser module.
 

Variables

constexpr const char * EVENTDISPENSER_LOGGER = "eventdispenser"
 Logger name used by this module when creating a GLogger through the base infrastructure.
 

Detailed Description

This header declares the module entry point used to define the set of GOptions handled by the Event Dispenser module (and the modules it depends on).

Definition in file eventDispenser_options.h.

Variable Documentation

◆ EVENTDISPENSER_LOGGER

constexpr const char* EVENTDISPENSER_LOGGER = "eventdispenser"
constexpr

This string is passed to the logging backend so messages from this module can be filtered and formatted consistently.

Definition at line 20 of file eventDispenser_options.h.