previousPEAR_ErrorStack::staticPushCallback (Previous) (Next) PEAR_ErrorStack パッケージの定数next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PEAR_ErrorStack::_log

PEAR_ErrorStack::_log() – PEAR::Log を用いてエラーをログに記録する

Synopsis

require_once 'PEAR/ErrorStack.php';

void PEAR_ErrorStack::_log ( array $err , array $levels = array( 'exception' => PEAR_LOG_CRIT, 'alert' => PEAR_LOG_ALERT, 'critical' => PEAR_LOG_CRIT, 'error' => PEAR_LOG_ERR, 'warning' => PEAR_LOG_WARNING, 'notice' => PEAR_LOG_NOTICE, 'info' => PEAR_LOG_INFO, 'debug' => PEAR_LOG_DEBUG) )

Description

これは protected 関数です。PEAR_ErrorStack を継承したクラスからのみコールされます。

Parameter

array $err

エラーの配列。

array $levels

エラーレベルとログ定数を関連付けた配列。

Throws

例外はスローされません。

Note

This function can not be called statically.

previousPEAR_ErrorStack::staticPushCallback (Previous) (Next) PEAR_ErrorStack パッケージの定数next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.