gfactory
Loading...
Searching...
No Matches
gfactory_options.cc
Go to the documentation of this file.
1#include "gfactory_options.h"
2
3// project goption to a system
4namespace gfactory {
5
6// returns array of options definitions
8
9 // Construct the options container for the plugin logger channel.
10 // Individual flags can be added here as the module evolves.
12
13 return goptions;
14}
15
16}
constexpr const char * PLUGIN_LOGGER
Logger channel used by the gfactory module and plugins loaded through it.
GOptions defineOptions()
Define the command-line/options set used by the gfactory module.