19 references to LogException
VBCSCompiler (19)
src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
64logger.LogException(e, "Analyzer Consistency Check");
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
84_logger.LogException(e, "Could not read AppSettings");
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (2)
45Logger.LogException(ex, $"Error processing request for client"); 141Logger.LogException(ex, $"Exception running compilation for {request.RequestId}");
src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
162Logger.LogException(ex, $"Running compilation for {request.RequestId}");
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnection.cs (2)
47Logger.LogException(ex, $"Error closing client connection"); 78Logger.LogException(ex, $"Error monitoring disconnect {request.RequestId}");
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (3)
106Logger.LogException(ex, $"Cancelling server listens threw an exception"); 115Logger.LogException(ex, $"Listen tasks threw exception during {nameof(EndListening)}"); 219logger.LogException(ex, $"Pipe connection error");
src\Compilers\Server\VBCSCompiler\ServerDispatcher.cs (1)
123_logger.LogException(ex, $"Error disposing of {nameof(_listenTask)}");
src\Compilers\Server\VBCSCompiler\VBCSCompiler.cs (2)
38logger.LogException(ex, "Error loading application settings"); 49logger.LogException(e, "Cannot start server");
src\Compilers\Shared\BuildClient.cs (1)
247_logger.LogException(ex, "Server compilation failed");
src\Compilers\Shared\BuildServerConnection.cs (5)
291logger.LogException(e, $"Error writing build request for {request.RequestId}"); 316logger.LogException(e, $"Reading response for {request.RequestId}"); 362logger.LogException(e, $"Error poking pipe {requestId}."); 410logger.LogException(e, $"Connecting to server timed out after {timeoutMs} ms"); 430logger.LogException(e, "Exception while connecting to process");