MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / removeAllStreams

Method removeAllStreams

src/openms/source/CONCEPT/LogStream.cpp:466–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

setLogLevelMethod · 0.80

Calls 2

syncMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected