Get the selected log level for `message()` commands during the cmake run.
| 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); |
no outgoing calls
no test coverage detected