Class ErrorLogOptions
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class ErrorLogOptions
Constructors
ErrorLogOptions(string, SarifVersion)
Declaration
public ErrorLogOptions(string path, SarifVersion sarifVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | |
| SarifVersion | sarifVersion |
Properties
Path
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
SarifVersion
Declaration
public SarifVersion SarifVersion { get; }
Property Value
| Type | Description |
|---|---|
| SarifVersion |