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