Changes between Version 1 and Version 2 of Logging


Ignore:
Timestamp:
2012-08-15T14:52:51Z (12 years ago)
Author:
Jiri Svoboda
Comment:

Better explanation of LVL_NOTE and LVL_DEBUG

Legend:

Unmodified
Added
Removed
Modified
  • Logging

    v1 v2  
    3434|| `LVL_ERROR` || Serious error but the program can recover from it.[[BR]]E.g. driver cannot control one device but otherwise is healthy. ||
    3535|| `LVL_WARN` || Easily recoverable problem, such as one corrupted packet that can be skipped. ||
    36 || `LVL_NOTE` || Notice of higher importance to the user, such as discovery of a new device. ||
    37 || `LVL_DEBUG` || Debugging-purpose message. ||
     36|| `LVL_NOTE` || Message that does not indicate a problem, but should be printed at the default logging level. ||
     37|| `LVL_DEBUG` || Debugging-purpose message. Not printed at the default logging level. Increasing logging level to LVL_DEBUG should not swamp the log. ||
    3838|| `LVL_DEBUG2` || More detailed debugging message. ||
    3939