I have a C# project solution which contains 2 projecsts. One is UI and another one is API. I am using same reusable classes between them for logging. For my UI project, all extent report logs show on pipeline while running but none of my logs when running API test show on pipeline. It shows perfectly fine on ExtentReport. What could be the issue with logging in pipeline ?
my api is an async task Test method.
Expectation is logging that I put should come cause its reflecting when running UI tests.