The Common.Logging library has been deprecated, somewhat, as its role in the .NET ecosystem was effectively usurped my the standard libraries Microsoft introduced as part of the .NET Core rollout in early 2017: Microsoft.Extensions.Logging
Should we repurpose this library to target those going forward? Or should we create an entirely new library for the purpose of targeting those? We can programmatically inject a configured ILogger from Microsoft.Extensions.Logging via the new Setup type introduced in Akka.NET v1.4.
Or, we can add a new library altogether as part of the Akka.NET core library (it'd be a separate package, but part of the main repository) - what should we do?