React to Logging API changes

This commit is contained in:
Brennan 2016-01-21 10:09:28 -08:00
parent b4eacceb42
commit 247c46da1c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace Microsoft.Net.Http.Server
return false;
}
public void Log(LogLevel logLevel, int eventId, object state, Exception exception, Func<object, Exception, string> formatter)
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
{
}