Changes between Version 7 and Version 8 of TracLogging
- Timestamp:
- Sep 13, 2020, 5:05:14 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracLogging
v7 v8 21 21 22 22 '''CRITICAL''':: Log only the most critical (typically fatal) errors. 23 '''ERROR''':: Log failures, bugs and errors. 23 '''ERROR''':: Log failures, bugs and errors. 24 24 '''WARN''':: Log warnings, non-interrupting events. 25 25 '''INFO''':: Diagnostic information, log information about all processing.