Skip to content

Commit

Permalink
Log customization doc: IncludeFormattedMessage (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Apr 13, 2022
1 parent f469e68 commit f3b7b80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/logs/customizing-the-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3b7b80

Please sign in to comment.