__call()
__construct()
__destruct()
addFilter()
addPriority()
addWriter()
factory()
log()
setEventItem()
_constructFilterFromConfig()
_constructFromConfig()
_constructWriterFromConfig()
getClassName()
$_defaultFilterNamespace
$_defaultWriterNamespace
$_extras
$_filters
$_priorities
$_writers
ALERT
CRIT
DEBUG
EMERG
ERR
INFO
NOTICE
WARN
| category | Zend |
|---|---|
| package | Zend_Log |
| copyright | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| license | New BSD License |
| version | $Id: Log.php 20893 2010-02-03 22:59:25Z yoshida@zend.co.jp $ |
__call(string $method, string $params) : void
__construct(Zend_Log_Writer_Abstract $writer)
__destruct() : void
addFilter(int | \Zend_Log_Filter_Interface $filter) : void
Before a message will be received by any of the writers, it must be accepted by all filters added with this method.
int\Zend_Log_Filter_Interface
addPriority(string $name, integer $priority)
stringName of priority
integerNumeric priority
\Zend_Log_InvalidArgumentException |
|---|
addWriter(mixed $writer) : void
mixedZend_Log_Writer_Abstract or Config array
factory(array | \Zend_Config $config) : \Zend_Log
log(string $message, integer $priority, mixed $extras) : void
stringMessage to log
integerPriority of message
mixedExtra information to log in event
\Zend_Log_Exception |
|---|
setEventItem(\$name $name, \$value $value) : void
\$nameName of the field
\$valueValue of the field
_constructFilterFromConfig(array | \Zend_Config $config) : \Zend_Log_Filter_Interface
_constructFromConfig(string $type, mixed $config, string $namespace) : object
string'writer' of 'filter'
mixedZend_Config or Array
string
object_constructWriterFromConfig($config) : \Zend_Log_Writer_Abstract
getClassName(array $config, string $type, string $defaultNamespace) : string
array
stringfilter|writer
string
stringfull classname$_defaultFilterNamespace : string
$_defaultWriterNamespace : string
$_extras : array
$_filters : array
$_priorities : array
$_writers : array
ALERT
CRIT
DEBUG
EMERG
ERR
INFO
NOTICE
WARN