Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Introduce a logger #66

Open
artem-smotrakov opened this issue Apr 30, 2020 · 1 comment
Open

Introduce a logger #66

artem-smotrakov opened this issue Apr 30, 2020 · 1 comment

Comments

@artem-smotrakov
Copy link

artem-smotrakov commented Apr 30, 2020

I see that the project uses System.out to print out messages, for example:

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.

@stevespringett
Copy link
Owner

Yes, that sounds like a good improvement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants