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
4
namespace
gfactory
{
5
6
// returns array of options definitions
7
GOptions
defineOptions
() {
8
9
// Construct the options container for the plugin logger channel.
10
// Individual flags can be added here as the module evolves.
11
GOptions
goptions
(
PLUGIN_LOGGER
);
12
13
return
goptions
;
14
}
15
16
}
GOptions
gfactory_options.h
PLUGIN_LOGGER
constexpr const char * PLUGIN_LOGGER
Logger channel used by the gfactory module and plugins loaded through it.
Definition
gfactory_options.h:11
gfactory
Definition
gfactory_options.cc:4
gfactory::defineOptions
GOptions defineOptions()
Define the command-line/options set used by the gfactory module.
Definition
gfactory_options.cc:7
goptions
gfactory_options.cc
Generated by
1.10.0