More ILogger ambiguity
This commit is contained in:
parent
a6f3019d8b
commit
e26380ae80
@ -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
|
||||
{
|
||||
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user