log() публичный статический Метод

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