Namespace Dapplo.Log.XUnit
Classes
XUnitLogger
xUnit will have tests run parallel, and due to this it won't capture trace output correctly. This is where their ITestOutputHelper comes around, but Dapplo.Log can only have one logger. This class solves the problem by registering the ITestOutputHelper in the CallContext. Every log statement will retrieve the ITestOutputHelper from the context and use it to log.