C# Class Microsoft.CodeAnalysis.IL.Rules.TestMessageLogger

Inheritance: IAnalysisLogger
Afficher le fichier Open project: Microsoft/binskim Class Usage Examples

Méthodes publiques

Méthode Description
AnalysisStarted ( ) : void
AnalysisStopped ( RuntimeConditions runtimeConditions ) : void
AnalyzingTarget ( IAnalysisContext context ) : void
Log ( IRule rule, System.Result result ) : void
LogConfigurationNotification ( Notification notification ) : void
LogMessage ( bool verbose, string message ) : void
LogToolNotification ( Notification notification ) : void
NoteTestResult ( ResultLevel messageKind, string targetPath ) : void
TestMessageLogger ( ) : 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

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

NoteTestResult() public méthode

public NoteTestResult ( ResultLevel messageKind, string targetPath ) : void
messageKind ResultLevel
targetPath string
Résultat void

TestMessageLogger() public méthode

public TestMessageLogger ( ) : System
Résultat System