Méthode | Description | |
---|---|---|
AnalysisStarted ( ) : void | ||
AnalysisStopped ( RuntimeConditions runtimeConditions ) : void | ||
AnalyzingTarget ( IAnalysisContext context ) : void | ||
Dispose ( ) : void | ||
Log ( IRule rule, System.Result result ) : void | ||
Log ( ResultLevel messageKind, IAnalysisContext context, Region region, string formatId ) : void | ||
LogConfigurationNotification ( Notification notification ) : void | ||
LogMessage ( bool verbose, string message ) : void | ||
LogToolNotification ( Notification notification ) : void | ||
SarifLogger ( |
||
SarifLogger ( |
||
SarifLogger ( |
||
SarifLogger ( string outputFilePath, IEnumerable |
||
SarifLogger ( string outputFilePath, bool verbose, bool computeTargetsHash, Tool tool, Run run ) : System | ||
ShouldLog ( ResultLevel level ) : bool |
Méthode | Description | |
---|---|---|
CaptureAnnotatedCodeLocations ( IList |
||
CaptureFile ( |
||
CaptureFilesInResult ( System.Result result ) : void | ||
CreateRun ( IEnumerable |
||
LogJsonIssue ( ResultLevel level, string targetPath, Region region, string ruleId, string formatId ) : void | ||
Redact ( string text, IEnumerable |
||
SetSarifLoggerVersion ( Tool tool ) : void |
public AnalysisStopped ( RuntimeConditions runtimeConditions ) : void | ||
runtimeConditions | RuntimeConditions | |
Résultat | void |
public AnalyzingTarget ( IAnalysisContext context ) : void | ||
context | IAnalysisContext | |
Résultat | void |
public Log ( IRule rule, System.Result result ) : void | ||
rule | IRule | |
result | System.Result | |
Résultat | void |
public Log ( ResultLevel messageKind, IAnalysisContext context, Region region, string formatId ) : void | ||
messageKind | ResultLevel | |
context | IAnalysisContext | |
region | Region | |
formatId | string | |
Résultat | void |
public LogConfigurationNotification ( Notification notification ) : void | ||
notification | Notification | |
Résultat | void |
public LogMessage ( bool verbose, string message ) : void | ||
verbose | bool | |
message | string | |
Résultat | void |
public LogToolNotification ( Notification notification ) : void | ||
notification | Notification | |
Résultat | void |
public SarifLogger ( |
||
textWriter | ||
analysisTargets | IEnumerable |
|
verbose | bool | |
logEnvironment | bool | |
computeTargetsHash | bool | |
prereleaseInfo | string | |
invocationTokensToRedact | IEnumerable |
|
Résultat | System |
public SarifLogger ( |
||
textWriter | ||
verbose | bool | |
Résultat | System |
public SarifLogger ( |
||
textWriter | ||
verbose | bool | |
computeTargetsHash | bool | |
tool | Tool | |
run | Run | |
Résultat | System |
public SarifLogger ( string outputFilePath, IEnumerable |
||
outputFilePath | string | |
analysisTargets | IEnumerable |
|
verbose | bool | |
logEnvironment | bool | |
computeTargetsHash | bool | |
prereleaseInfo | string | |
invocationTokensToRedact | IEnumerable |
|
Résultat | System |
public SarifLogger ( string outputFilePath, bool verbose, bool computeTargetsHash, Tool tool, Run run ) : System | ||
outputFilePath | string | |
verbose | bool | |
computeTargetsHash | bool | |
tool | Tool | |
run | Run | |
Résultat | System |
public ShouldLog ( ResultLevel level ) : bool | ||
level | ResultLevel | |
Résultat | bool |