React to logging changes
This commit is contained in:
parent
84c897543e
commit
269380e651
|
|
@ -89,7 +89,7 @@ namespace Microsoft.Net.Http.Server
|
|||
|
||||
private class NullLogger : ILogger
|
||||
{
|
||||
public IDisposable BeginScopeImpl(object state)
|
||||
public IDisposable BeginScope<TState>(TState state)
|
||||
{
|
||||
return new NullDispose();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue