Method | 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 |
public AnalysisStopped ( RuntimeConditions runtimeConditions ) : void | ||
runtimeConditions | RuntimeConditions | |
return | void |
public AnalyzingTarget ( IAnalysisContext context ) : void | ||
context | IAnalysisContext | |
return | void |
public Log ( IRule rule, System.Result result ) : void | ||
rule | IRule | |
result | System.Result | |
return | void |
public Log ( ResultLevel level, string ruleId ) : void | ||
level | ResultLevel | |
ruleId | string | |
return | void |
public LogConfigurationNotification ( Notification notification ) : void | ||
notification | Notification | |
return | void |
public LogMessage ( bool verbose, string message ) : void | ||
verbose | bool | |
message | string | |
return | void |
public LogToolNotification ( Notification notification ) : void | ||
notification | Notification | |
return | void |