nictuku / dht

Kademlia/Mainline DHT node in Go.
Other
826 stars 144 forks source link

Move DebugLogger from DHT to Config #70

Open WGH- opened 4 years ago

WGH- commented 4 years ago

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.