More ILogger ambiguity

This commit is contained in:
Josh Coleman 2021-08-03 11:49:03 -07:00
parent a6f3019d8b
commit e26380ae80

View File

@ -32,7 +32,7 @@ namespace WebMVC.Infrastructure
} }
} }
static void GetPreconfiguredCSS(string contentRootPath, string webroot, ILogger log) static void GetPreconfiguredCSS(string contentRootPath, string webroot, Serilog.ILogger log)
{ {
try try
{ {
@ -52,7 +52,7 @@ namespace WebMVC.Infrastructure
} }
} }
static void GetPreconfiguredImages(string contentRootPath, string webroot, ILogger log) static void GetPreconfiguredImages(string contentRootPath, string webroot, Serilog.ILogger log)
{ {
try try
{ {