@@ -42,19 +42,19 @@ defined in the system.
4242
4343* LOG_ERROR --- Log error messages (associated macro: NS_LOG_ERROR);
4444* LOG_WARN --- Log warning messages (associated macro: NS_LOG_WARN);
45- * LOG_DEBUG --- Log relatively rare, ad-hoc debugging messages
46- (associated macro: NS_LOG_DEBUG);
4745* LOG_INFO --- Log informational messages about program progress
4846 (associated macro: NS_LOG_INFO);
4947* LOG_FUNCTION --- Log a message describing each function called
5048 (two associated macros: NS_LOG_FUNCTION, used for member functions,
5149 and NS_LOG_FUNCTION_NOARGS, used for static functions);
5250* LOG_LOGIC -- Log messages describing logical flow within a function
5351 (associated macro: NS_LOG_LOGIC);
52+ * LOG_DEBUG --- Log relatively rare, ad-hoc debugging messages
53+ (associated macro: NS_LOG_DEBUG);
5454* LOG_ALL --- Log everything mentioned above (no associated macro).
5555
5656For each LOG_TYPE there is also LOG_LEVEL_TYPE that, if used, enables
57- logging of all the levels above it in addition to it's level. (As a
57+ logging of all the levels above it in addition to its level (see list above) . (As a
5858consequence of this, LOG_ERROR and LOG_LEVEL_ERROR and also LOG_ALL
5959and LOG_LEVEL_ALL are functionally equivalent.) For example,
6060enabling LOG_INFO will only enable messages provided by NS_LOG_INFO macro,
0 commit comments