You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ALERT_LEVEL`| Action must be taken immediately. |
21
+
|`CRITICAL_LEVEL`| Critical conditions. |
22
+
|`ERROR_LEVEL`| Error conditions. |
23
+
|`WARNING_LEVEL`| Warning conditions. |
24
+
|`NOTICE_LEVEL`| Normal but significant condition. |
25
+
|`INFO_LEVEL`| Informational messages. |
26
+
|`DEBUG_LEVEL`| Debug-level messages. |
25
27
26
28
## CMake Message Modes
27
29
28
30
All the PSR log levels are associated with the following cmake [message modes](https://cmake.org/cmake/help/latest/command/message.html#general-messages).
29
-
This means that cmake's [message log level](https://cmake.org/cmake/help/latest/command/cmake_language.html#get-message-log-level)
31
+
This means that cmake's [current log level](https://cmake.org/cmake/help/latest/command/cmake_language.html#get-message-log-level)
30
32
is respected, when using any of the logging functions that are offered by this module.
0 commit comments