Log customization doc: IncludeFormattedMessage (#3158)

This commit is contained in:
Timothy Mothra 2022-04-13 11:30:12 -07:00 committed by GitHub
parent f469e68d06
commit f3b7b80173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ See [Program.cs](Program.cs) for an example.
### IncludeFormattedMessage
TODO
`IncludeFormattedMessage` indicates if the `LogRecord.FormattedMessage` will be
set by invoking the formatter from [ILogger.Log](https://docs.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger.log).
`IncludeFormattedMessage` is `false` by default.
### ParseStateValues