Logging sink options.
More...
#include <qpid/log/SinkOptions.h>
|
| SinkOptions (const std::string &name="Logging sink options") |
|
virtual | ~SinkOptions () |
|
virtual SinkOptions & | operator= (const SinkOptions &)=0 |
|
virtual void | detached (void)=0 |
|
virtual void | setup (Logger *logger)=0 |
|
void | parse (int argc, char const *const *argv, const std::string &configfile=std::string(), bool allowUnknown=false) |
| Parses options from argc/argv, environment variables and config file.
|
|
bool | findArg (int argc, char const *const *argv, const std::string &theArg) |
| Tests for presence of argc/argv switch.
|
|
boost::program_options::options_description_easy_init | addOptions () |
|
Logging sink options.
Most logging sink options will be platform-specific, even if some are duplicated. The range of platforms to which this code may be ported can't be assumed to all have C++ iostreams or files. Thus, this class is primarily for implementing in a platform-specific way.
Definition at line 38 of file SinkOptions.h.
qpid::log::SinkOptions::SinkOptions |
( |
const std::string & |
name = "Logging sink options" | ) |
|
|
inline |
virtual qpid::log::SinkOptions::~SinkOptions |
( |
| ) |
|
|
inlinevirtual |
boost::program_options::options_description_easy_init qpid::Options::addOptions |
( |
| ) |
|
|
inlineinherited |
static SinkOptions* qpid::log::SinkOptions::create |
( |
const std::string & |
argv0 = std::string() | ) |
|
|
static |
virtual void qpid::log::SinkOptions::detached |
( |
void |
| ) |
|
|
pure virtual |
bool qpid::Options::findArg |
( |
int |
argc, |
|
|
char const *const * |
argv, |
|
|
const std::string & |
theArg |
|
) |
| |
|
inherited |
Tests for presence of argc/argv switch.
void qpid::Options::parse |
( |
int |
argc, |
|
|
char const *const * |
argv, |
|
|
const std::string & |
configfile = std::string() , |
|
|
bool |
allowUnknown = false |
|
) |
| |
|
inherited |
Parses options from argc/argv, environment variables and config file.
Note the filename argument can reference an options variable that is updated by argc/argv or environment variable parsing.
virtual void qpid::log::SinkOptions::setup |
( |
Logger * |
logger | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: