React to Logging changes

This commit is contained in:
BrennanConroy 2016-04-01 11:11:09 -07:00
parent 4788506b57
commit 4ddf7c2cc7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Microsoft.DotNet.Watcher
_loggerName = loggerName;
}
public IDisposable BeginScopeImpl(object state)
public IDisposable BeginScope<TState>(TState state)
{
throw new NotImplementedException();
}