PhpDependLoggerElement

Logger element for the PhpDependTask.

package

phing.tasks.ext.pdepend

author

Benjamin Schultz bschultz@proqrent.de

version

$Id: 6aa728f12c6a9b89fb93cfd39908918937a6d5f9 $

since 2.4.1

Methods

Sets the logger type.

setType(string $type) : void

Arguments

$type

string

Type of the logger

Get the logger type

getType() : string

Response

string

Sets the output file for the logger results.

setOutfile(\PhingFile $outfile) : void

Arguments

$outfile

\PhingFile

The output file

Get the output file.

getOutfile() : \PhingFile

Response

\PhingFile

Properties

The type of the logger.

_type : string
var

Type(s)

string

Output file for logger.

_outfile : \PhingFile
var

Type(s)

\PhingFile