1 write to LogFileRoot
Microsoft.Build.Tasks.Core (1)
PrintLineDebuggerWriters.cs (1)
39
this.
LogFileRoot
= logFileRoot;
2 references to LogFileRoot
Microsoft.Build.Tasks.Core (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()}");