Reacting to disposable logger provider

This commit is contained in:
Kiran Challa 2015-08-11 15:06:41 -07:00
parent 1a7f12245c
commit 80bc61cbea
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ namespace Microsoft.AspNet.DataProtection
return new StringLogger(name, this);
}
public void Dispose()
{
}
public override string ToString()
{
return _log.ToString();