9 references to Log
VBCSCompiler (9)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
129compilerServerHost.Logger.Log("Keep alive timeout is: {0} milliseconds.", keepAlive?.TotalMilliseconds ?? 0);
src\Compilers\Server\VBCSCompiler\MemoryHelper.cs (1)
56logger.Log("Free memory: {1}{0} of {2}{0}.", unit, free >> shift, max >> shift);
src\Compilers\Shared\BuildServerConnection.cs (6)
380logger.Log("Attempt to open named pipe '{0}'", pipeName); 385logger.Log("Attempt to connect named pipe '{0}'", pipeName); 411logger.Log("Named pipe '{0}' connected", pipeName); 463logger.Log("Attempting to create process '{0}' {1}", serverInfo.processFilePath, serverInfo.commandLineArguments); 497logger.Log("Successfully created process with process id {0}", processInfo.dwProcessId); 527logger.Log("Successfully created process with process id {0}", processId);
src\Compilers\Shared\CompilerServerLogger.cs (1)
52logger.Log($"Error: {format}", arguments);