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

Method WasLogLevelSetViaCLI

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

Source from the content-addressed store, hash-verified

465 cmFileTimeCache* GetFileTimeCache() { return this->FileTimeCache.get(); }
466
467 bool WasLogLevelSetViaCLI() const { return this->LogLevelWasSetViaCLI; }
468
469 //! Get the selected log level for `message()` commands during the cmake run.
470 Message::LogLevel GetLogLevel() const { return this->MessageLogLevel; }

Callers 1

GetCurrentLogLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected