blubin / JOpt

A simple wrapper for linear and mixed integer program solvers
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Consistently implement logging #8

Closed islerfab closed 7 years ago

islerfab commented 7 years ago

Currently, logging is managed inconsistently, resulting in confusing error logs. We should use log4j for every class and have a clear logging in place without System.out.println() or System.err.println().