jonls / qsopt-ex

QSopt_ex - an exact linear programming solver. This is a fork adding improvements to the build system, library and a Python interface.
GNU General Public License v3.0
22 stars 12 forks source link

Redirect output #14

Closed jonls closed 9 years ago

jonls commented 9 years ago

This adds logging.c which contains functions to log messages and a function to set the message handler. The log functions are internal and therefore only declared in the private header logging-private.h. The function to set the handler is public and is declared in logging.h.