You are here

public function PHPExcel_CalcEngine_Logger::setWriteDebugLog in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CalcEngine/Logger.php \PHPExcel_CalcEngine_Logger::setWriteDebugLog()

* Enable/Disable Calculation engine logging * *

Parameters

boolean $pValue:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CalcEngine/Logger.php, line 85

Class

PHPExcel_CalcEngine_Logger
PHPExcel_CalcEngine_Logger

Code

public function setWriteDebugLog($pValue = FALSE) {
  $this->_writeDebugLog = $pValue;
}