|
|
(Next) Constantes del Paquete PEAR_ErrorStack |
||||
| |
|||||
|
|||||
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)
)
Esta es una función protegida, y sólo debería ser llamada por clases derivadas que extiendan PEAR_ErrorStack
Error array
NIvel de error => mapa de constantes de log
throws no se lanza ninguna excepción
This function can not be called statically.
|
|
(Next) Constantes del Paquete PEAR_ErrorStack |
||||||||
| |
|||||||||
|
|||||||||