1 instantiation of RollingFileTraceListener
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\PlatformEqtTrace.cs (1)
370
Source.Listeners.Add(new
RollingFileTraceListener
(runnerLogFileName, ListenerName, s_traceFileSize));
4 references to RollingFileTraceListener
Microsoft.TestPlatform.PlatformAbstractions (4)
common\Tracing\RollingFileTraceListener.cs (4)
23
/// Initializes a new instance of the <see cref="
RollingFileTraceListener
"/> class.
145
private readonly
RollingFileTraceListener
_owner;
151
/// The <see cref="
RollingFileTraceListener
"/> to use.
153
public StreamWriterRollingHelper(
RollingFileTraceListener
owner)