From b0b1bb30322db4d197c29110c47da2bfc7dffbb4 Mon Sep 17 00:00:00 2001 From: Luke Waters Date: Thu, 19 Feb 2015 15:03:29 -0800 Subject: [PATCH] fixing logging interface change --- .../Microsoft.AspNet.Routing.Tests/Logging/NullLoggerFactory.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Microsoft.AspNet.Routing.Tests/Logging/NullLoggerFactory.cs b/test/Microsoft.AspNet.Routing.Tests/Logging/NullLoggerFactory.cs index 6e91fe030a..060482c200 100644 --- a/test/Microsoft.AspNet.Routing.Tests/Logging/NullLoggerFactory.cs +++ b/test/Microsoft.AspNet.Routing.Tests/Logging/NullLoggerFactory.cs @@ -7,6 +7,8 @@ namespace Microsoft.AspNet.Routing { public class NullLoggerFactory : ILoggerFactory { + public LogLevel MinimumLevel { get; set; } + public static NullLoggerFactory Instance = new NullLoggerFactory(); public ILogger Create(string name)