diff --git a/xml/Microsoft.Extensions.Logging/ILogger.xml b/xml/Microsoft.Extensions.Logging/ILogger.xml index b2c5b9ad8ff..3d70865898f 100644 --- a/xml/Microsoft.Extensions.Logging/ILogger.xml +++ b/xml/Microsoft.Extensions.Logging/ILogger.xml @@ -1,4 +1,4 @@ - + @@ -143,7 +143,7 @@ The exception related to this entry. Function to create a message of the and . Writes a log entry. - To be added. + The default provided by the logger extension methods doesn't include the when formatting messages. It's essential for implementations of this method to decide how exceptions should be incorporated into the logs.