Changes between Version 12 and Version 13 of TracLogging
- Timestamp:
- Jul 5, 2020, 12:16:25 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracLogging
v12 v13 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.