8 references to Log
VBCSCompiler (8)
BuildServerConnection.cs (5)
359logger.Log("Attempt to open named pipe '{0}'", pipeName); 364logger.Log("Attempt to connect named pipe '{0}'", pipeName); 390logger.Log("Named pipe '{0}' connected", pipeName); 450logger.Log("Attempting to create process '{0}'", serverInfo.processFilePath); 468logger.Log("Successfully created process with process id {0}", processInfo.dwProcessId);
BuildServerController.cs (1)
129compilerServerHost.Logger.Log("Keep alive timeout is: {0} milliseconds.", keepAlive?.TotalMilliseconds ?? 0);
CompilerServerLogger.cs (1)
50logger.Log($"Error: {format}", arguments);
MemoryHelper.cs (1)
56logger.Log("Free memory: {1}{0} of {2}{0}.", unit, free >> shift, max >> shift);