#include <Options.h>
Public Member Functions | |
Options (const std::string &argv0, const std::string &name="Logging options") | |
Pass argv[0] for use in syslog output. | |
Public Attributes | |
std::vector< std::string > | selectors |
std::vector< std::string > | outputs |
bool | time |
bool | level |
bool | thread |
bool | source |
bool | function |
bool | trace |
std::string | syslogName |
SyslogFacility | syslogFacility |
std::string | prefix |
Definition at line 37 of file Options.h.