sipcapture / hep-c

HEP: C implementation of HEP/EEP Encapsulation Protocol
http://sipcapture.org
Other
6 stars 5 forks source link

use a function pointer for logging #3

Open dpocock opened 8 years ago

dpocock commented 8 years ago

Allow the user to supply their own logging function with a function pointer

Many SIP and telecoms applications have their own logging frameworks and won't be keen to use fprintf or direct syslog() statements.