Méthode | Description | |
---|---|---|
appendStandardErrorToFile ( string $filePath ) | ||
appendStandardOutToFile ( string $filePath ) | ||
format ( ) : string | ||
setStandardErrorFile ( string $filePath, boolean $append = false ) | ||
setStandardOutFile ( string $filePath ) | ||
suppressOutput ( ) |
Méthode | Description | |
---|---|---|
createOutput ( ) | ||
redirectOutputTo ( $out, $isAppend, $filePath ) | ||
redirectStandardErrorTo ( $filePath ) | ||
redirectStandardOutTo ( $filePath ) |
public appendStandardErrorToFile ( string $filePath ) | ||
$filePath | string |
public appendStandardOutToFile ( string $filePath ) | ||
$filePath | string |
public setStandardErrorFile ( string $filePath, boolean $append = false ) | ||
$filePath | string | |
$append | boolean | Either append or rewrite log file |