diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-04-30 22:34:49 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-30 22:35:06 (GMT) |
commit | e138207c42f39e8cc49a7f954a75b2a8da522e6a (patch) | |
tree | 0b10750d8a35e78d88f4db5228a4df6b648048c8 /Help/release | |
parent | ea026fb2198ebd47353270461059183bbff867bd (diff) | |
parent | 599587feb1685eb75b7efe32cfcc16fed13d65b5 (diff) | |
download | CMake-e138207c42f39e8cc49a7f954a75b2a8da522e6a.zip CMake-e138207c42f39e8cc49a7f954a75b2a8da522e6a.tar.gz CMake-e138207c42f39e8cc49a7f954a75b2a8da522e6a.tar.bz2 |
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
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/new-message-types-and-logging.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/new-message-types-and-logging.rst b/Help/release/dev/new-message-types-and-logging.rst new file mode 100644 index 0000000..cd470bb --- /dev/null +++ b/Help/release/dev/new-message-types-and-logging.rst @@ -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``. |