Line  | Count  | Source (jump to first uncovered line)  | 
1  | #include "source/server/backtrace.h"  | |
2  | ||
3  | #include <iostream>  | |
4  | ||
5  | namespace Envoy { | |
6  | ||
7  | bool BackwardsTrace::log_to_stderr_ = false;  | |
8  | ||
9  | 0  | void BackwardsTrace::setLogToStderr(bool log_to_stderr) { log_to_stderr_ = log_to_stderr; } | 
10  | ||
11  | } // namespace Envoy  |