You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only decent log library for c seems to be zlog
http://hardysimpson.github.io/zlog/
But it is posix only. We would need to do a windows port.
In the meantime, we could probably use the same interface
and just output to printf for windows.
I still see printf statements in the code. Does the opj mechanism redirect printf to
user-defined output? If not, I think we should convert all printf statements to use
the opj handler, in order to be consistent.
Most annoying are the fprintf's in t2.c (some of which still have a commented out opj_event_msg
call right beside them) and the three WARNING fprintf's in tcd.c and tgt.c which regulary
spam my console.
Originally reported on Google Code with ID 371
Reported by boxerab on 2014-07-05 02:10:43
The text was updated successfully, but these errors were encountered: