17 references to Logger
ILCompiler.ReadyToRun (17)
Compiler\ReadyToRunCodegenCompilation.cs (15)
725if (Logger.IsVerbose) 726Logger.Writer.WriteLine($"Processing {obj.Count} dependencies"); 773if (Logger.IsVerbose) 774Logger.Writer.WriteLine($"Processing {methodsToRecompile.Length} recompiles"); 928if (Logger.IsVerbose) 939if (Logger.IsVerbose) 942Logger.Writer.WriteLine("Compiling " + methodName); 947Logger.Writer.WriteLine($"Single method repro args:{GetReproInstructions(method)}"); 983corInfoImpl.CompileMethod(methodCodeNodeNeedingCode, Logger); 993if (Logger.IsVerbose) 994Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because: {ex.Message}"); 998if (Logger.IsVerbose) 999Logger.Writer.WriteLine($"Info: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT"); 1003if (Logger.IsVerbose) 1004Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT");
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
735_compilation.Logger.LogMessage($"ERROR: Determinism check compiling method '{MethodBeingCompiled}' failed. Use '{_compilation.GetReproInstructions(MethodBeingCompiled)}' on command line to reproduce the failure.");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
189return _compilation.Logger;