6 references to Log
vbc (6)
src\Compilers\Core\CommandLine\CompilerServerLogger.cs (1)
50logger.Log($"Error: {format}", arguments);
src\Compilers\Shared\BuildServerConnection.cs (5)
383logger.Log("Attempt to open named pipe '{0}'", pipeName); 388logger.Log("Attempt to connect named pipe '{0}'", pipeName); 414logger.Log("Named pipe '{0}' connected", pipeName); 475logger.Log("Attempting to create process '{0}'", serverInfo.processFilePath); 493logger.Log("Successfully created process with process id {0}", processInfo.dwProcessId);