13 references to LogException
rzc (13)
Client.cs (2)
85ServerLogger.LogException(e, "Exception while connecting to process"); 186ServerLogger.LogException(e, $"Error poking pipe {Identifier}.");
ConnectionHost.cs (2)
122ServerLogger.LogException(e, $"Error poking pipe {Identifier}."); 141ServerLogger.LogException(ex, message);
DefaultRequestDispatcher.cs (3)
317ServerLogger.LogException(ex, "Error creating client named pipe"); 334ServerLogger.LogException(e, "Error reading build request."); 406ServerLogger.LogException(ex, "Error handling connection");
MetadataCache.cs (1)
65ServerLogger.LogException(e, $"Error getting timestamp of file {fullPath}.");
ServerCommand.cs (1)
92ServerLogger.LogException(ex, "Failed to create PID file.");
ServerProtocol\ServerConnection.cs (3)
157ServerLogger.LogException(ex, "Client mutex creation failed."); 238ServerLogger.LogException(e, "Error writing build request."); 262ServerLogger.LogException(e, "Error reading response");
ServerProtocol\ServerLogger.cs (1)
57LogException(e, "Failed to create logging stream");