\PHPExcel_CalcEngine_Logger

PHPExcel_CalcEngine_Logger

Summary

Methods
Properties
Constants
__construct()
setWriteDebugLog()
getWriteDebugLog()
setEchoDebugLog()
getEchoDebugLog()
writeDebugLog()
clearLog()
getLog()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_writeDebugLog
$_echoDebugLog
$_debugLog
$_cellStack
N/A

Properties

$_writeDebugLog

$_writeDebugLog : bool

Flag to determine whether a debug log should be generated by the calculation engine If true, then a debug log will be generated If false, then a debug log will not be generated

Type

bool

$_echoDebugLog

$_echoDebugLog : bool

Flag to determine whether a debug log should be echoed by the calculation engine If true, then a debug log will be echoed If false, then a debug log will not be echoed A debug log can only be echoed if it is generated

Type

bool

$_debugLog

$_debugLog : string[]

The debug log generated by the calculation engine

Type

string[]

Methods

__construct()

__construct(\PHPExcel_CalcEngine_CyclicReferenceStack  $stack) : mixed

Instantiate a Calculation engine logger

Parameters

\PHPExcel_CalcEngine_CyclicReferenceStack $stack

Returns

mixed —

setWriteDebugLog()

setWriteDebugLog(bool  $pValue = FALSE) : mixed

Enable/Disable Calculation engine logging

Parameters

bool $pValue

Returns

mixed —

getWriteDebugLog()

getWriteDebugLog() : bool

Return whether calculation engine logging is enabled or disabled

Returns

bool —

setEchoDebugLog()

setEchoDebugLog(bool  $pValue = FALSE) : mixed

Enable/Disable echoing of debug log information

Parameters

bool $pValue

Returns

mixed —

getEchoDebugLog()

getEchoDebugLog() : bool

Return whether echoing of debug log information is enabled or disabled

Returns

bool —

writeDebugLog()

writeDebugLog() : mixed

Write an entry to the calculation engine debug log

Returns

mixed —

clearLog()

clearLog() : mixed

Clear the calculation engine debug log

Returns

mixed —

getLog()

getLog() : string[]

Return the calculation engine debug log

Returns

string[] —