#include <SinkOptions.h>
Public Member Functions | |
SinkOptions (const std::string &name="Logging sink options") | |
virtual SinkOptions & | operator= (const SinkOptions &)=0 |
virtual void | detached (void)=0 |
virtual void | setup (Logger *logger)=0 |
Static Public Member Functions | |
static SinkOptions * | create (const std::string &argv0=std::string()) |
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.