Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

React to Logging API changes #584

Merged
merged 1 commit into from
Jan 27, 2016
Merged

React to Logging API changes #584

merged 1 commit into from
Jan 27, 2016

Conversation

BrennanConroy
Copy link
Member

@@ -6,6 +6,7 @@
using System.Collections.Generic;
using Microsoft.AspNet.Http;
using Microsoft.Extensions.Logging;
using System.Collections;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix

}
}

private class HostingRequestStarting : ILogValues
private class HostingRequestStarting : IReadOnlyList<KeyValuePair<string, object>>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per #592 - HostingRequestFinished below requires updating as well.

@BrennanConroy BrennanConroy force-pushed the brecon/logapi branch 3 times, most recently from a3cb84f to 6f38960 Compare January 27, 2016 22:00
@BrennanConroy BrennanConroy merged commit 3ea44c6 into dev Jan 27, 2016
@BrennanConroy BrennanConroy deleted the brecon/logapi branch January 27, 2016 23:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants