Actions
Feature #721
openInconsistent use of ERROR and FATAL logger in command line tools
Status:
New
Priority:
Low
Assignee:
-
Category:
Application
Target version:
-
Start date:
2017-02-15
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
Throughout the various DCMTK command line tools, sometimes the log level ERROR and sometimes the level FATAL is used for reporting an error that results in a termination of the program, e.g. when the input file could not be read. This is also true for different tools in the same module, e.g. within "dcmdata".
This mess should be cleaned up, i.e. "harmonized".
Updated by Jörg Riesmeier about 3 years ago
- Related to Feature #897: Consistent use of FATAL and ERROR log messages in command line tools added
Updated by Jörg Riesmeier about 3 years ago
Also some tools output the name of the tool to the logger, e.g. on log level ERROR and/or FATAL, others do not. This should also be made more consistent.
Actions