React to Logging API changes
This commit is contained in:
parent
3e2798957a
commit
3fce15bc6a
|
|
@ -38,7 +38,7 @@ namespace Microsoft.Dnx.Watcher
|
|||
return true;
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
if (IsEnabled(logLevel))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue