other interface implementation
This commit is contained in:
parent
b0b1bb3032
commit
f41b6e4d10
|
|
@ -10,6 +10,8 @@ namespace Microsoft.AspNet.Routing
|
||||||
private TestSink _sink;
|
private TestSink _sink;
|
||||||
private bool _enabled;
|
private bool _enabled;
|
||||||
|
|
||||||
|
public LogLevel MinimumLevel { get; set; }
|
||||||
|
|
||||||
public TestLoggerFactory(TestSink sink, bool enabled)
|
public TestLoggerFactory(TestSink sink, bool enabled)
|
||||||
{
|
{
|
||||||
_sink = sink;
|
_sink = sink;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue