6 references to Log
vbc (6)
BuildServerConnection.cs (5)
359
logger.
Log
("Attempt to open named pipe '{0}'", pipeName);
364
logger.
Log
("Attempt to connect named pipe '{0}'", pipeName);
390
logger.
Log
("Named pipe '{0}' connected", pipeName);
450
logger.
Log
("Attempting to create process '{0}'", serverInfo.processFilePath);
468
logger.
Log
("Successfully created process with process id {0}", processInfo.dwProcessId);
CompilerServerLogger.cs (1)
50
logger.
Log
($"Error: {format}", arguments);