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

Inheritance: IAnalysisLogger
Mostra file Open project: Microsoft/sarif-sdk

Public Methods

Method 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 level, string targetPath ) : void
TestMessageLogger ( ) : System

Method Details

AnalysisStarted() public method

public AnalysisStarted ( ) : void
return void

AnalysisStopped() public method

public AnalysisStopped ( RuntimeConditions runtimeConditions ) : void
runtimeConditions RuntimeConditions
return void

AnalyzingTarget() public method

public AnalyzingTarget ( IAnalysisContext context ) : void
context IAnalysisContext
return void

Log() public method

public Log ( IRule rule, System.Result result ) : void
rule IRule
result System.Result
return void

LogConfigurationNotification() public method

public LogConfigurationNotification ( Notification notification ) : void
notification Notification
return void

LogMessage() public method

public LogMessage ( bool verbose, string message ) : void
verbose bool
message string
return void

LogToolNotification() public method

public LogToolNotification ( Notification notification ) : void
notification Notification
return void

NoteTestResult() public method

public NoteTestResult ( ResultLevel level, string targetPath ) : void
level ResultLevel
targetPath string
return void

TestMessageLogger() public method

public TestMessageLogger ( ) : System
return System