[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpexcel/PHPExcel/CalcEngine/ -> Logger.php (summary)

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 153 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_CalcEngine_Logger:: (8 methods):
  __construct()
  setWriteDebugLog()
  getWriteDebugLog()
  setEchoDebugLog()
  getEchoDebugLog()
  writeDebugLog()
  clearLog()
  getLog()


Class: PHPExcel_CalcEngine_Logger  - X-Ref

PHPExcel_CalcEngine_Logger

__construct(PHPExcel_CalcEngine_CyclicReferenceStack $stack)   X-Ref
Instantiate a Calculation engine logger

param: PHPExcel_CalcEngine_CyclicReferenceStack $stack

setWriteDebugLog($pValue = FALSE)   X-Ref
Enable/Disable Calculation engine logging

param: boolean $pValue

getWriteDebugLog()   X-Ref
Return whether calculation engine logging is enabled or disabled

return: boolean

setEchoDebugLog($pValue = FALSE)   X-Ref
Enable/Disable echoing of debug log information

param: boolean $pValue

getEchoDebugLog()   X-Ref
Return whether echoing of debug log information is enabled or disabled

return: boolean

writeDebugLog()   X-Ref
Write an entry to the calculation engine debug log


clearLog()   X-Ref
Clear the calculation engine debug log


getLog()   X-Ref
Return the calculation engine debug log

return: string[]



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1