Метод |
Описание |
|
close ( ) : void |
Closes the logger process and writes the output file. |
|
getAcceptedAnalyzers ( ) : array(string) |
Returns an array with accepted analyzer types. These types can be
concrete analyzer classes or one of the descriptive analyzer interfaces. |
|
log ( PDepend\Metrics\Analyzer $analyzer ) : boolean |
Adds an analyzer to log. If this logger accepts the given analyzer it
with return true, otherwise the return value is false. |
|
setArtifacts ( PDepend\Source\AST\ASTArtifactList $artifacts ) : void |
Sets the context code nodes. |
|
setLogFile ( string $logFile ) : void |
Sets the output log file. |
|