fixing logging interface change
This commit is contained in:
parent
f9a9b80681
commit
b0b1bb3032
|
|
@ -7,6 +7,8 @@ namespace Microsoft.AspNet.Routing
|
||||||
{
|
{
|
||||||
public class NullLoggerFactory : ILoggerFactory
|
public class NullLoggerFactory : ILoggerFactory
|
||||||
{
|
{
|
||||||
|
public LogLevel MinimumLevel { get; set; }
|
||||||
|
|
||||||
public static NullLoggerFactory Instance = new NullLoggerFactory();
|
public static NullLoggerFactory Instance = new NullLoggerFactory();
|
||||||
|
|
||||||
public ILogger Create(string name)
|
public ILogger Create(string name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue