Reacting to disposable logger provider
This commit is contained in:
parent
1a7f12245c
commit
80bc61cbea
|
|
@ -29,6 +29,10 @@ namespace Microsoft.AspNet.DataProtection
|
|||
return new StringLogger(name, this);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return _log.ToString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue