Should `message` command display context.
| 498 | |
| 499 | //! Should `message` command display context. |
| 500 | bool GetShowLogContext() const { return this->LogContext; } |
| 501 | void SetShowLogContext(bool b) { this->LogContext = b; } |
| 502 | |
| 503 | //! Do we want debug output during the cmake run. |