| 464 | } |
| 465 | |
| 466 | void LogStream::removeAllStreams() |
| 467 | { |
| 468 | if (!bound_()) |
| 469 | return; |
| 470 | |
| 471 | rdbuf()->sync(); |
| 472 | rdbuf()->stream_list_.clear(); |
| 473 | } |
| 474 | |
| 475 | void LogStream::insertNotification(std::ostream & s, LogStreamNotifier & target) |
| 476 | { |
no test coverage detected