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

Inheritance: IDisposable, IAnalysisLogger
Afficher le fichier Open project: Microsoft/sarif-sdk Class Usage Examples

Méthodes publiques

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

Method Details

AggregatingLogger() public méthode

public AggregatingLogger ( ) : System
Résultat System

AggregatingLogger() public méthode

public AggregatingLogger ( IEnumerable loggers ) : System
loggers IEnumerable
Résultat System

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

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