1 write to _logger
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
51
_logger
= logger;
9 references to _logger
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (9)
RuntimeViewCompiler.cs (9)
69
Log.ViewCompilerLocatedCompiledView(
_logger
, precompiledView.RelativePath);
81
Log.ViewCompilerNoCompiledViewsFound(
_logger
);
126
Log.ViewCompilerLocatedCompiledViewForPath(
_logger
, normalizedPath);
174
Log.ViewCompilerInvalidatingCompiledFile(
_logger
, item.NormalizedPath);
246
Log.ViewCompilerCouldNotFindFileAtPath(
_logger
, normalizedPath);
267
Log.ViewCompilerFoundFileToCompile(
_logger
, normalizedPath);
335
Log.GeneratedCodeToAssemblyCompilationStart(
_logger
, codeDocument.Source.FilePath);
337
var startTimestamp =
_logger
.IsEnabled(LogLevel.Debug) ? Stopwatch.GetTimestamp() : 0;
366
Log.GeneratedCodeToAssemblyCompilationEnd(
_logger
, codeDocument.Source.FilePath, startTimestamp);