osvenskan / posix_ipc

Other
135 stars 24 forks source link

Improve debug mode #9

Open osvenskan opened 6 years ago

osvenskan commented 6 years ago

Right now, debug mode (enabling DPRINTF statements) requires a recompile to enable/disable. It'd be nicer if that was available all the time but switched off by default. Ideas for turning on debug statements at runtime include --

I also want to consider proper logging instead of always writing to stdout.

Suggestions are welcome. :-)