weso / shex-s

Scala implementation of ShEx

Home Page:http://www.weso.es/shex-s/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start using a logging library

ulitol97 opened this issue · comments

As seen in #232, this library has print statements used for debugging. However, when the library is used as an external dependency of a parent application, those print statements interfere with the console output of the application and appear in the command line.

I think we should use a specialized logging library in the future; e.g, Logback and scala-logging, to print information while making the library easy to integrate in bigger projects.