dht icon indicating copy to clipboard operation
dht copied to clipboard

Move DebugLogger from DHT to Config

Open WGH- opened this issue 4 years ago • 0 comments

This makes the code a bit better, as it makes these odd indirections (pointer to interface) unnecessary, and fixes one logger call that happens inside New() before caller has any chance to initialize DebugLogger.

Unfortunately, this change is backward incompatible from API standpoint.

WGH- avatar Feb 23 '20 23:02 WGH-