nibanks / msh3

Minimal HTTP/3 library on top of MsQuic
MIT License
57 stars 6 forks source link

Replace printf Logging #87

Open nibanks opened 1 year ago

nibanks commented 1 year ago

We have lots of printf's throughout the code that should be replaced with something better for logging. At the very least, they should be silent in Release builds (maybe with a run-time option to enable).