rdfhdt / hdt-java

HDT Java library and tools.
Other
94 stars 69 forks source link

Use logger instead of stdout/stderr outside of the the CLI #190

Closed ate47 closed 1 year ago

ate47 commented 1 year ago

It removes the logs using System.(out|err) in the library, except obviously in the tests and in the CLI.

It fixes #189

I've also fixed a Profiler issue printing things in the logs even when it is disabled.