Beispiel #1
0
 public static void ViewCompilerCouldNotFindFileAtPath(this ILogger logger, string path)
 {
     MvcRazorLoggerExtensions._viewCompilerCouldNotFindFileToCompileForPath(logger, path, null);
 }
Beispiel #2
0
 public static void ViewCompilerLocatedCompiledViewForPath(this ILogger logger, string path)
 {
     MvcRazorLoggerExtensions._viewCompilerLocatedCompiledViewForPath(logger, path, null);
 }