MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / log_entry_value

Method log_entry_value

src/drivers/BoostDriver.cpp:82–84  ·  view source on GitHub ↗

* Threshold level set to log_all_errors, so we should be fine logging everything */

Source from the content-addressed store, hash-verified

80 * Threshold level set to log_all_errors, so we should be fine logging everything
81 */
82void CukeBoostLogInterceptor::log_entry_value(std::ostream&, const_string value) {
83 description << value;
84}
85
86void CukeBoostLogInterceptor::log_entry_value(std::ostream&, lazy_ostream const& value) {
87 description << value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected