Reacting to Logging changes

This commit is contained in:
Pranav K 2015-08-13 11:22:28 -07:00
parent 9a5ebf1497
commit 3558c1d979
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
{
return new TestLogger();
}
public void Dispose()
{
}
}
private class TestLogger : ILogger