Actions
Feature #897
openConsistent use of FATAL and ERROR log messages in command line tools
Status:
New
Priority:
Normal
Assignee:
-
Category:
Application
Target version:
-
Start date:
2019-09-12
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
Some of the DCMTK command line tools use a log message on FATAL level when an input file could not be loaded or an output file could not be written. Other tools use the ERROR level for the same purpose. It would be nice to have a more consistent use of logs levels in the command line tools (but also in the underlying library, of course).
Background of this feature request: when using a command line tool with option --quiet, only FATAL log messages are shown.
Updated by Jörg Riesmeier about 3 years ago
- Related to Feature #721: Inconsistent use of ERROR and FATAL logger in command line tools added
Actions