💪 Enhance logger providers configurations with separate logger providers #242
Labels
area:logging
All issues related to test logging.
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
Currently, each testing framework logging package reuses the same
CustomLoggingProvider
to register the logger. This means that when the logger gets registered with theLoggerFactory.Create(...)
, one has to refer to the logger as"Custom"
in theappsettings.json
, when you use configurable logging, specific for logger providers.Describe the solution you'd like
Create a dedicated logger provider for each test framework so you can refer to the name of the test framework in the
appsettings.json
instead.Additional context
https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line
The text was updated successfully, but these errors were encountered: