#include <Options.h>


Public Member Functions | |
| Options (const std::string &argv0_=std::string(), const std::string &name_="Logging options") | |
| Pass argv[0] for use in syslog output. | |
| Options (const Options &) | |
| Options & | operator= (const Options &) |
Public Attributes | |
| std::string | argv0 |
| std::string | name |
| std::vector< std::string > | selectors |
| bool | time |
| bool | level |
| bool | thread |
| bool | source |
| bool | function |
| bool | trace |
| std::string | prefix |
| std::auto_ptr< SinkOptions > | sinkOptions |
Definition at line 30 of file Options.h.
1.5.6