Changes between Version 1 and Version 2 of Logging
- Timestamp:
- 2012-08-15T14:52:51Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logging
v1 v2 34 34 || `LVL_ERROR` || Serious error but the program can recover from it.[[BR]]E.g. driver cannot control one device but otherwise is healthy. || 35 35 || `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. || 38 38 || `LVL_DEBUG2` || More detailed debugging message. || 39 39