React to Logging changes
This commit is contained in:
parent
4788506b57
commit
4ddf7c2cc7
|
|
@ -23,7 +23,7 @@ namespace Microsoft.DotNet.Watcher
|
||||||
_loggerName = loggerName;
|
_loggerName = loggerName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IDisposable BeginScopeImpl(object state)
|
public IDisposable BeginScope<TState>(TState state)
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue