5 references to FormatLogTimeStamp
Microsoft.Build (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
1614context = LogFormatter.FormatLogTimeStamp(eventTimeStamp);
Microsoft.Build.Engine.UnitTests (4)
ConsoleLogger_Tests.cs (1)
617string context = ResourceUtilities.FormatResourceStringStripCodeAndKeyword("BuildEventContext", LogFormatter.FormatLogTimeStamp(be.Timestamp), 0) + ">";
LogFormatter_Tests.cs (3)
48string result = LogFormatter.FormatLogTimeStamp(testTime); 53result = LogFormatter.FormatLogTimeStamp(testTime); 57result = LogFormatter.FormatLogTimeStamp(testTime);