Merge topic 'message-new-types-and-logging'

599587feb1 message(): Minor code modernization
6cc93b370e message(): Add support for log levels
377d1b7896 cmSystemTools: Remove unused message-related code, simplify logic

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Brad King <brad.king@kitware.com>
Merge-request: !3268
This commit is contained in:
Craig Scott
2019-04-30 22:34:49 +00:00
committed by Kitware Robot
26 changed files with 308 additions and 30 deletions
@@ -0,0 +1,7 @@
new-message-types-and-logging
-----------------------------
* The :command:`message` command learned new types: ``NOTICE``, ``VERBOSE``,
``DEBUG`` and ``TRACE``.
* The :manual:`cmake(1)` command learned a new CLI option ``--loglevel``.