Enhance the Test Explorer for c# devkit to support multiple diagnostic log levels, allowing for more granular control over the amount and type of diagnostic information captured during test runs.
The implementation should include log levels such as 'Error', 'Warning' and 'Info'. These level will help developers troubleshoot issues.
Describe the Issue
Enhance the Test Explorer for c# devkit to support multiple diagnostic log levels, allowing for more granular control over the amount and type of diagnostic information captured during test runs.
The implementation should include log levels such as 'Error', 'Warning' and 'Info'. These level will help developers troubleshoot issues.