Skip to content

APi should use standard logger lib for logger instead of the custom com.pokegoapi.util.Logger #171

@NargiT

Description

@NargiT

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:

  1. Run the application
  2. 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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions