-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
enhancementDenotes SDK enhancement related taskDenotes SDK enhancement related task
Milestone
Description
I'm not sure if this has been discussed yet but I was wondering if it would be possible for Rollbar.Net to implement Microsoft.Extensions.Logging.ILogger
for .NET Core apps?
The benefits:
👍 Works with .NET Core DI out of the box.
👍 Can be used with ILoggerProvider and ILoggerFactory in order to more seamlessly co-exist with other logging approaches (text file, database, etc.).
👍 Removes frustrating conflict between Microsoft.Extensions.Logging.ILogger
and Rollbar.ILogger
.
👍 No more static classes (making code easier to test)!
Lechus and IntegerMan
Metadata
Metadata
Assignees
Labels
enhancementDenotes SDK enhancement related taskDenotes SDK enhancement related task