MCPcopy Create free account
hub / github.com/Kitware/CMake / GetLogLevel

Method GetLogLevel

Source/cmake.h:470–470  ·  view source on GitHub ↗

Get the selected log level for `message()` commands during the cmake run.

Source from the content-addressed store, hash-verified

468
469 //! Get the selected log level for `message()` commands during the cmake run.
470 Message::LogLevel GetLogLevel() const { return this->MessageLogLevel; }
471 void SetLogLevel(Message::LogLevel level) { this->MessageLogLevel = level; }
472 static Message::LogLevel StringToLogLevel(cm::string_view levelStr);
473 static std::string LogLevelToString(Message::LogLevel level);

Callers 2

RunMethod · 0.95
GetCurrentLogLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected