1 write to LogFileRoot
MSBuild (1)
PrintLineDebuggerWriters.cs (1)
39
this.
LogFileRoot
= logFileRoot;
2 references to LogFileRoot
MSBuild (2)
PrintLineDebuggerWriters.cs (2)
27
var file = Path.Combine(
LogFileRoot
, string.IsNullOrEmpty(id) ? "NoId" : id) + ".csv";
32
var errorFile = Path.Combine(
LogFileRoot
, $"LoggingException_{Guid.NewGuid()}");