igmpproxy
igmpproxy copied to clipboard
Improve logging
When logging to stderr timestamps are added to the output making debugging a lot easiser.
Additionally the short circuit log level evaluation avoid unnecessary function calls if these log calls wouldn't be shown because of the log level. This feature might be especially useful for embedded devices.
This PR is based on PR #19.
This PR depends on #19. Therefore in current state cannot be merged.