thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Class org.slf4j.impl.StaticLoggerBinder" #8

Closed ucarseyhan closed 10 years ago

ucarseyhan commented 10 years ago

Hi,

I just download the parse4J via using Eclipse Maven plugin. However, when I try to execute basic query, it generates a warning message; SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". In addition, can you provide more detail related with parse4j installation? Is there any jar files that contains all the dependencies?

Regards.

thiagolocatelli commented 10 years ago

This is not an issue, tihs is just a warning message because I didnt provide the logback implementation library, only the API is specified within parse4j. If you want logging, you need to add logback on your own pom.xml.

ucarseyhan commented 10 years ago

Thanks for your fast reply. I just follow the steps and add log back to my pom.xml.