6 references to LogException
Microsoft.NET.Sdk.Razor.Tasks (6)
Client.cs (2)
85ServerLogger.LogException(e, "Exception while connecting to process"); 186ServerLogger.LogException(e, $"Error poking pipe {Identifier}.");
ServerConnection.cs (3)
157ServerLogger.LogException(ex, "Client mutex creation failed."); 238ServerLogger.LogException(e, "Error writing build request."); 262ServerLogger.LogException(e, "Error reading response");
ServerLogger.cs (1)
57LogException(e, "Failed to create logging stream");