示例#1
0
    virtual void
    log_extra_help(std::ostream& strm)
    {
        log_backend_setup_help(strm);

        log_google_test_help(strm);
    }
示例#2
0
    virtual void
    log_extra_help(std::ostream& strm)
    {
        // needs to be replaced by a call on gtest that will log instead of write to std::out
        // Only called if the --help flag is set *and* we're gonna exit!
        // mdstore_options_->options_description(desc_);
        strm << desc_;
        youtils::print_doc<volumedrivertest::metadata_options_t>::go(strm);
        // should log to the stream but logs to std::cout... I don't give a flying f**k.
        log_backend_setup_help(strm);

        log_google_test_help(strm);
    }