NLnetLabs / simdzone

Fast and standards compliant DNS zone parser
BSD 3-Clause "New" or "Revised" License
68 stars 13 forks source link

Add support for setting a custom log callback #45

Closed k0ekk0ek closed 1 year ago

k0ekk0ek commented 1 year ago

Allow the user to set a custom function that is called instead of simply printing the message to stdout/stderr. Also allow the user to specify messages categories that should be printed.

Fixes #17.