CommandLineArguments.ErrorLogOptions Property

Definition

Options controlling the generation of a SARIF log file containing compilation or analysis diagnostics, or null if no log file is desired.

public Microsoft.CodeAnalysis.ErrorLogOptions? ErrorLogOptions { get; }
member this.ErrorLogOptions : Microsoft.CodeAnalysis.ErrorLogOptions
Public ReadOnly Property ErrorLogOptions As ErrorLogOptions

Property Value

Applies to