17 references to Logger
ILCompiler.ReadyToRun (17)
Compiler\ReadyToRunCodegenCompilation.cs (15)
713if (Logger.IsVerbose) 714Logger.Writer.WriteLine($"Processing {obj.Count} dependencies"); 761if (Logger.IsVerbose) 762Logger.Writer.WriteLine($"Processing {methodsToRecompile.Length} recompiles"); 916if (Logger.IsVerbose) 927if (Logger.IsVerbose) 930Logger.Writer.WriteLine("Compiling " + methodName); 935Logger.Writer.WriteLine($"Single method repro args:{GetReproInstructions(method)}"); 971corInfoImpl.CompileMethod(methodCodeNodeNeedingCode, Logger); 981if (Logger.IsVerbose) 982Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because: {ex.Message}"); 986if (Logger.IsVerbose) 987Logger.Writer.WriteLine($"Info: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT"); 991if (Logger.IsVerbose) 992Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT");
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
737_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)
187return _compilation.Logger;