Log customization doc: IncludeFormattedMessage (#3158)
This commit is contained in:
parent
f469e68d06
commit
f3b7b80173
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue