Class AdminPageFramework_Debug_Log
A base class of the debug class.
Package: AdminPageFramework\Common\Utility
Since: 3.8.9
Located at factory/_common/utility/debug/AdminPageFramework_Debug_Log.php
Since: 3.8.9
Located at factory/_common/utility/debug/AdminPageFramework_Debug_Log.php
Methods summary
protected static
|
#
_log( mixed $mValue, string $sFilePath = null, boolean $bStackTrace = false, integer $iTrace = 0, integer $iStringLengthLimit = 99999, integer $iArrayDepthLimit = 50 )
Logs the given variable output to a file. Parameters
Since
3.8.9
|