You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Wouldn't it be good to also have Log....(this ILogger logger, Exception exception, string message, params object[] args); to support writing Exceptions without an EventId? As far as I understood, those EventIds are optional, right?
While I can understand the move from ILogValues to IReadOnlyList<KeyValuePair<string,object>>, I feel that the overloads should have been left in place. params object[] can feel very hokey and I would much prefer to define explicit classes that implement IReadOnlyList<KeyValuePair<string,object>> to represent the state of logged events.
We are closing this issue because this was just an announcement issue. If you still have any issues or questions, please log a new issue with any additional details that you have.
Changes from #331 see announcement aspnet/Announcements#148
The text was updated successfully, but these errors were encountered: