From 2d2e71e2c82eb3cb5c6e9b71f65fa0b9815958f9 Mon Sep 17 00:00:00 2001 From: Brennan Date: Thu, 21 Jan 2016 09:39:53 -0800 Subject: [PATCH] React to Logging API changes --- .../StringLoggerFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.DataProtection.Test/StringLoggerFactory.cs b/test/Microsoft.AspNetCore.DataProtection.Test/StringLoggerFactory.cs index c15cc1ac9d..f36f0c2af8 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Test/StringLoggerFactory.cs +++ b/test/Microsoft.AspNetCore.DataProtection.Test/StringLoggerFactory.cs @@ -59,7 +59,7 @@ namespace Microsoft.AspNetCore.DataProtection return (logLevel >= _factory.MinimumLevel); } - public void Log(LogLevel logLevel, int eventId, object state, Exception exception, Func formatter) + public void Log(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func formatter) { string message = String.Format(CultureInfo.InvariantCulture, "Provider: {0}" + Environment.NewLine +