Reacting to Logging changes
This commit is contained in:
parent
9a5ebf1497
commit
3558c1d979
|
|
@ -73,6 +73,10 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
||||||
{
|
{
|
||||||
return new TestLogger();
|
return new TestLogger();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Dispose()
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestLogger : ILogger
|
private class TestLogger : ILogger
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue