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

Method setLevel

src/openms/source/CONCEPT/LogStream.cpp:91–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void LogStream::setLevel(std::string level)
92 {
93 if (rdbuf() == nullptr)
94 {
95 return;
96 }
97
98 // set the new level
99 rdbuf()->level_ = std::move(level);
100 }
101
102 std::string LogStream::getLevel()
103 {

Callers 2

LogStream_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected