We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9297062 commit b1aa44bCopy full SHA for b1aa44b
src/viam/sdk/log/logging.hpp
@@ -24,6 +24,9 @@ namespace sdk {
24
25
/// @brief Severity levels for the logger.
26
/// @ingroup Log
27
+/// @remark Our enums are usually prefixed with k_, but these values are meant to be used without
28
+/// namespace qualification in the log macros, eg `VIAM_SDK_LOG(info)` instead of
29
+/// `VIAM_SDK_LOG(k_info)`.
30
enum class log_level : std::int8_t {
31
trace = -2,
32
debug = -1,
0 commit comments