Commit cb9bdb8
Replace System.err.println with proper logging framework
- Add java.util.logging.Logger import
- Initialize static final Logger instance for XMLExtractor class
- Replace System.err.println with log.warning() for error logging
This addresses the code review feedback to use a proper logging framework
instead of System.err for consistent error handling and better log management.
Co-authored-by: jordanpadams <33492486+jordanpadams@users.noreply.github.com>1 parent c1b5ba3 commit cb9bdb8
File tree
1 file changed
+5
-1
lines changed- harvest-legacy/src/main/java/gov/nasa/pds/harvest/search/util
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
339 | | - | |
| 343 | + | |
340 | 344 | | |
341 | 345 | | |
342 | 346 | | |
| |||
0 commit comments