-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we repurpose this library to make a bridge adapter for Microsoft.Extensions.Logging ? #21
Comments
|
@ericsampson yep - whatever the best base library is to target the logging abstractions inside ASP.NET Core and so on |
My vision here: make it trivially easy for someone to take the logger they wired up for ASP.NET Core and inject it into an Akka.NET |
I would say re-purpose this library to be a bridge between Microsoft.Extensions.Logging and the Akka.Net logging infra. |
@Danthar alright, I'll give this a stab inside the main repository and see if I can come up with a minimally invasive prototype. |
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.LoggingShould 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
fromMicrosoft.Extensions.Logging
via the newSetup
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?
The text was updated successfully, but these errors were encountered: