public function PHPExcel_CalcEngine_Logger::setEchoDebugLog in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CalcEngine/Logger.php \PHPExcel_CalcEngine_Logger::setEchoDebugLog()
* Enable/Disable echoing of debug log information * *
Parameters
boolean $pValue:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ CalcEngine/ Logger.php, line 103
Class
- PHPExcel_CalcEngine_Logger
- PHPExcel_CalcEngine_Logger
Code
public function setEchoDebugLog($pValue = FALSE) {
$this->_echoDebugLog = $pValue;
}