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

Method getLevel

src/openms/source/CONCEPT/LogStream.cpp:102–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 std::string LogStream::getLevel()
103 {
104 if (rdbuf() != nullptr)
105 {
106 return rdbuf()->level_;
107 }
108 else
109 {
110 return LogStreamBuf::UNKNOWN_LOG_LEVEL;
111 }
112 }
113
114 // caching methods
115 Size LogStreamBuf::getNextLogCounter_()

Callers 1

LogStream_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected