AdminPageFramework_Debug::log PHP Method

log() public static method

public static log ( $mValue, $sFilePath = null )
    public static function log($mValue, $sFilePath = null)
    {
        self::_log($mValue, $sFilePath);
    }

Usage Example

 public static function logArray($asArray, $sFilePath = null)
 {
     self::showDeprecationNotice('AdminPageFramework_Debug::' . __FUNCTION__, 'AdminPageFramework_Debug::log()');
     AdminPageFramework_Debug::log($asArray, $sFilePath);
 }