HttpLoggingOptions.CombineLogs Property

Definition

Gets or sets if the middleware will combine the request, request body, response, response body, and duration logs into a single log entry. The default is false.

public bool CombineLogs { get; set; }
member this.CombineLogs : bool with get, set
Public Property CombineLogs As Boolean

Property Value

Applies to