jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
591 stars 149 forks source link

Use slf4j instead of home-grown logging framework #76

Open cdman opened 8 years ago

cdman commented 8 years ago

Using a standard library for logging such as slf4j or even java.util.logging would help with capturing the logs in the expected/configured places rather than just System.err which might be redirected into unexpected places or even be completely ignored.

Thank you.

mikiobraun commented 8 years ago

Hi Attila,

I agree. If you have the time to do the changes, I'll happily merge your pull request.

Best,

Mikio

Attila-Mihaly Balazs notifications@github.com schrieb am Do., 31. März 2016 um 09:13:

Using a standard library for logging such as slf4j or even java.util.logging would help with capturing the logs in the expected/configured places rather than just System.err which might be redirected into unexpected places or even be completely ignored.

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/mikiobraun/jblas/issues/76