17 references to Logger
ILCompiler.ReadyToRun (17)
Compiler\ReadyToRunCodegenCompilation.cs (15)
739if (Logger.IsVerbose) 740Logger.Writer.WriteLine($"Processing {obj.Count} dependencies"); 787if (Logger.IsVerbose) 788Logger.Writer.WriteLine($"Processing {methodsToRecompile.Length} recompiles"); 915if (Logger.IsVerbose) 926if (Logger.IsVerbose) 929Logger.Writer.WriteLine("Compiling " + methodName); 934Logger.Writer.WriteLine($"Single method repro args:{GetReproInstructions(method)}"); 951corInfoImpl.CompileMethod(methodCodeNodeNeedingCode, Logger); 961if (Logger.IsVerbose) 962Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because: {ex.Message}"); 966if (Logger.IsVerbose) 967Logger.Writer.WriteLine($"Info: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT"); 971if (Logger.IsVerbose) 972Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT");
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
734_compilation.Logger.LogMessage($"ERROR: Determinism check compiling method '{MethodBeingCompiled}' failed. Use '{_compilation.GetReproInstructions(MethodBeingCompiled)}' on command line to reproduce the failure.");
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
208return _compilation.Logger;