12 references to Log
VBCSCompiler (11)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
129
compilerServerHost.Logger.
Log
("Keep alive timeout is: {0} milliseconds.", keepAlive?.TotalMilliseconds ?? 0);
src\Compilers\Server\VBCSCompiler\MemoryHelper.cs (1)
56
logger.
Log
("Free memory: {1}{0} of {2}{0}.", unit, free >> shift, max >> shift);
src\Compilers\Shared\BuildServerConnection.cs (8)
388
logger.
Log
("Attempt to open named pipe '{0}'", pipeName);
393
logger.
Log
("Attempt to connect named pipe '{0}'", pipeName);
419
logger.
Log
("Named pipe '{0}' connected", pipeName);
493
if (!IsBuiltinToolRunningOnCoreClr || RuntimeHostInfo.GetToolDotNetRoot(logger is null ? null : logger.
Log
) is not { } dotNetRoot)
520
logger?.
Log
("Setting {0} to '{1}'", RuntimeHostInfo.DotNetRootEnvironmentName, dotNetRoot);
541
logger.
Log
("Attempting to create process '{0}' {1}", serverInfo.processFilePath, serverInfo.commandLineArguments);
587
logger.
Log
("Successfully created process with process id {0}", processInfo.dwProcessId);
634
logger.
Log
("Successfully created process with process id {0}", processId);
src\Compilers\Shared\CompilerServerLogger.cs (1)
52
logger.
Log
($"Error: {format}", arguments);
VBCSCompiler.UnitTests (1)
BuildServerConnectionTests.cs (1)
152
if (BuildServerConnection.IsBuiltinToolRunningOnCoreClr && RuntimeHostInfo.GetToolDotNetRoot(Logger.
Log
) is { } dotNetRoot)