Observable logs (refactor some code)

This commit is contained in:
Stef Heyenrath
2017-10-07 15:28:36 +02:00
parent 2d39a18b70
commit 207688e42b
9 changed files with 221 additions and 155 deletions

View File

@@ -16,7 +16,7 @@ namespace WireMock.Owin
public IList<Mapping> Mappings { get; set; }
public ObservableCollection<LogEntry> LogEntries { get; set; }
public ObservableCollection<LogEntry> LogEntries { get; }
public int? RequestLogExpirationDuration { get; set; }