17 references to Logger
ILCompiler.ReadyToRun (17)
Compiler\ReadyToRunCodegenCompilation.cs (15)
714if (Logger.IsVerbose) 715Logger.Writer.WriteLine($"Processing {obj.Count} dependencies"); 762if (Logger.IsVerbose) 763Logger.Writer.WriteLine($"Processing {methodsToRecompile.Length} recompiles"); 917if (Logger.IsVerbose) 928if (Logger.IsVerbose) 931Logger.Writer.WriteLine("Compiling " + methodName); 936Logger.Writer.WriteLine($"Single method repro args:{GetReproInstructions(method)}"); 972corInfoImpl.CompileMethod(methodCodeNodeNeedingCode, Logger); 982if (Logger.IsVerbose) 983Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because: {ex.Message}"); 987if (Logger.IsVerbose) 988Logger.Writer.WriteLine($"Info: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT"); 992if (Logger.IsVerbose) 993Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT");
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
743_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;