C# Class Microsoft.CodeAnalysis.Sarif.Driver.StatisticsLogger

Inheritance: IAnalysisLogger
Afficher le fichier Open project: Microsoft/sarif-sdk

Méthodes publiques

Méthode Description
AnalysisStarted ( ) : void
AnalysisStopped ( RuntimeConditions runtimeConditions ) : void
AnalyzingTarget ( IAnalysisContext context ) : void
Dispose ( ) : void
Log ( IRule rule, System.Result result ) : void
Log ( ResultLevel level, string ruleId ) : void
LogConfigurationNotification ( Notification notification ) : void
LogMessage ( bool verbose, string message ) : void
LogToolNotification ( Notification notification ) : void
StatisticsLogger ( ) : System

Method Details

AnalysisStarted() public méthode

public AnalysisStarted ( ) : void
Résultat void

AnalysisStopped() public méthode

public AnalysisStopped ( RuntimeConditions runtimeConditions ) : void
runtimeConditions RuntimeConditions
Résultat void

AnalyzingTarget() public méthode

public AnalyzingTarget ( IAnalysisContext context ) : void
context IAnalysisContext
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Log() public méthode

public Log ( IRule rule, System.Result result ) : void
rule IRule
result System.Result
Résultat void

Log() public méthode

public Log ( ResultLevel level, string ruleId ) : void
level ResultLevel
ruleId string
Résultat void

LogConfigurationNotification() public méthode

public LogConfigurationNotification ( Notification notification ) : void
notification Notification
Résultat void

LogMessage() public méthode

public LogMessage ( bool verbose, string message ) : void
verbose bool
message string
Résultat void

LogToolNotification() public méthode

public LogToolNotification ( Notification notification ) : void
notification Notification
Résultat void

StatisticsLogger() public méthode

public StatisticsLogger ( ) : System
Résultat System