16 references to LogException
VBCSCompiler (16)
src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
65
logger.
LogException
(e, "Analyzer Consistency Check");
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
77
logger.
LogException
(e, "Could not read AppSettings");
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (2)
45
Logger.
LogException
(ex, $"Error processing request for client");
141
Logger.
LogException
(ex, $"Exception running compilation for {request.RequestId}");
src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
164
Logger.
LogException
(ex, $"Running compilation for {request.RequestId}");
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnection.cs (2)
47
Logger.
LogException
(ex, $"Error closing client connection");
78
Logger.
LogException
(ex, $"Error monitoring disconnect {request.RequestId}");
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (3)
106
Logger.
LogException
(ex, $"Cancelling server listens threw an exception");
115
Logger.
LogException
(ex, $"Listen tasks threw exception during {nameof(EndListening)}");
219
logger.
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 (1)
36
logger.
LogException
(e, "Cannot start server");
src\Compilers\Shared\BuildClient.cs (1)
246
_logger.
LogException
(ex, "Server compilation failed");
src\Compilers\Shared\BuildServerConnection.cs (3)
296
logger.
LogException
(e, $"Error writing build request for {request.RequestId}");
321
logger.
LogException
(e, $"Reading response for {request.RequestId}");
367
logger.
LogException
(e, $"Error poking pipe {requestId}.");