| 331 | } |
| 332 | |
| 333 | void set_prefix(bool prefix) { |
| 334 | std::lock_guard<std::mutex> lock(mtx); |
| 335 | |
| 336 | this->prefix = prefix; |
| 337 | } |
| 338 | |
| 339 | void set_timestamps(bool timestamps) { |
| 340 | std::lock_guard<std::mutex> lock(mtx); |
no outgoing calls
no test coverage detected