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
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.Logging/ILogger.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@
137
137
<typeparamname="TState">The type of the object to be written.</typeparam>
138
138
<paramname="logLevel">Entry will be written on this level.</param>
139
139
<paramname="eventId">Id of the event.</param>
140
-
<paramname="state">The entry to be written. Can be also an object.</param>
140
+
<paramname="state">The entry to be written. Can also be an object.</param>
141
141
<paramname="exception">The exception related to this entry.</param>
142
142
<paramname="formatter">Function to create a <seecref="T:System.String" /> message of the <paramrefname="state" /> and <paramrefname="exception" />.</param>
0 commit comments