You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
System.out.println("Downloading files at " + currentDate);
As a result, an application that uses the library doesn't have much control over this messages. It would be better to use a logger. If this improvement sounds good, I can open a pull request that introduces log4j. Please let me know what you think.
The text was updated successfully, but these errors were encountered:
I see that the project uses
System.out
to print out messages, for example:nist-data-mirror/src/main/java/us/springett/nistdatamirror/NistDataMirror.java
Line 116 in 8f1faec
As a result, an application that uses the library doesn't have much control over this messages. It would be better to use a logger. If this improvement sounds good, I can open a pull request that introduces log4j. Please let me know what you think.
The text was updated successfully, but these errors were encountered: