MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / LogLevelsString

Method LogLevelsString

src/logging.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302std::string BCLog::Logger::LogLevelsString() const
303{
304 const auto& levels = LogLevelsList();
305 return Join(std::vector<BCLog::Level>{levels.begin(), levels.end()}, ", ", [](BCLog::Level level) { return LogLevelToStr(level); });
306}
307
308std::string BCLog::Logger::LogTimestampStr(SystemClock::time_point now, std::chrono::seconds mocktime) const
309{

Callers 2

AddLoggingArgsFunction · 0.80
SetLoggingLevelFunction · 0.80

Calls 4

LogLevelsListFunction · 0.85
JoinFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected