Description:
The librarie does not use any standard logging system. It should use at least java.util.logging and let the application decide how to handle it.
Steps to reproduce:
- Run the application
- The console logs using com.pokegoapi.util.Logger (not a java standard)
Expected behavior:
Should allow the end user to log the level of the log (DEBUG, INFO, WARN, ERROR) and controle the granularity of logging
Actual behavior:
Custom information is display, no way to control the granularity
Stacktrace (If it's a crash):
No crashe
Version:
master-SNAPSHOT (at least from revision 5a7fcc4)