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
<paramname="exception">The exception related to this entry.</param>
144
144
<paramname="formatter">Function to create a <seecref="T:System.String" /> message of the <paramrefname="state" /> and <paramrefname="exception" />.</param>
145
145
<summary>Writes a log entry.</summary>
146
-
<remarks>To be added.</remarks>
146
+
<remarks>The default <paramrefname="formatter" /> provided by the logger extension methods doesn't include the <paramrefname="exception" /> when formatting messages. It's essential for implementations of this method to decide how exceptions should be incorporated into the logs.</remarks>
0 commit comments