libmodbus icon indicating copy to clipboard operation
libmodbus copied to clipboard

Allow usage of alternative log facilities

Open rpoisel opened this issue 9 years ago • 2 comments

This allows to override printf() and fprintf(stderr, ...) externally. This way, users of this library can use log facilities such as syslog() or user-defined wrappers.

I am not sure about the version number change.

rpoisel avatar Dec 22 '16 20:12 rpoisel

https://git.kernel.org/pub/scm/linux/kernel/git/kay/libabc.git/tree/src/libabc.c#n55

stephane avatar Mar 22 '17 21:03 stephane

Yes it's better to remove the version number change.

stephane avatar Mar 22 '17 21:03 stephane