Using `gnrc_border_router` with `uhcp` is quite noisy. uhcpc will regularly refresh the prefix and print a bunch of status messages. Allow the user to tone it down by setting a higher `LOG_LEVEL`. For this, convert calls to `printf()` and `puts()` to `LOG_xxx()`. This requires a dummy header for `uhcpd`.