-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
Right now if you're using DI and it's creating ILoggers there is no way to force direct this to Tunit so that we can get live output.
Proposed Solution
It would be nice if there was a formal Tunit Logging Provider that could be registered in IApplicationHost.Logging.AddProvider() so that we could dump all of the log data.
Alternatives Considered
No response
Feature Category
Test Execution / Lifecycle
How important is this feature to you?
Important - significantly impacts my workflow
Additional Context
Right now I can't see a way to create my own Logging Provider from the current logger stuff that is in the TestContext. Maybe I'm wrong?
Contribution
- I'm willing to submit a pull request for this feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request