From 3fce15bc6a0d05287aca2233a53f784968073dd0 Mon Sep 17 00:00:00 2001 From: Brennan Date: Thu, 21 Jan 2016 09:42:54 -0800 Subject: [PATCH] React to Logging API changes --- src/Microsoft.Dnx.Watcher/CommandOutputLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Dnx.Watcher/CommandOutputLogger.cs b/src/Microsoft.Dnx.Watcher/CommandOutputLogger.cs index a9bfe7d078..59b329d0d1 100644 --- a/src/Microsoft.Dnx.Watcher/CommandOutputLogger.cs +++ b/src/Microsoft.Dnx.Watcher/CommandOutputLogger.cs @@ -38,7 +38,7 @@ namespace Microsoft.Dnx.Watcher return true; } - 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) { if (IsEnabled(logLevel)) {