other interface implementation

This commit is contained in:
Luke Waters 2015-02-19 15:14:41 -08:00
parent b0b1bb3032
commit f41b6e4d10
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ namespace Microsoft.AspNet.Routing
private TestSink _sink;
private bool _enabled;
public LogLevel MinimumLevel { get; set; }
public TestLoggerFactory(TestSink sink, bool enabled)
{
_sink = sink;