| 343 | } |
| 344 | |
| 345 | void set_prefix(bool prefix) { |
| 346 | std::lock_guard<std::mutex> lock(mtx); |
| 347 | |
| 348 | this->prefix = prefix; |
| 349 | } |
| 350 | |
| 351 | void set_timestamps(bool timestamps) { |
| 352 | std::lock_guard<std::mutex> lock(mtx); |
no outgoing calls
no test coverage detected