Log/Writer/ZendMonitor.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Log  
Subpackage
Writer  
Version
$Id$  

\Zend_Log_Writer_ZendMonitor

Package: Zend_Log\Writer
Parent(s)
\Zend_Log_Writer_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Version
$Id$  

Properties

>VPropertyprotectedboolean $_isEnabled = true
Is Zend Monitor enabled?
Default valuetrueDetails
Type
boolean
>VPropertyprotectedboolean $_isZendServer = false
Is this for a Zend Server intance?
Default valuefalseDetails
Type
boolean

Methods

methodpublic__construct() : void

methodprotected_write(array $event) : void

Write a message to the log.

Parameters
NameTypeDescription
$eventarray

log data event

methodpublicfactory(array | \Zend_Config $config) : \Zend_Log_Writer_ZendMonitor
static

Create a new instance of Zend_Log_Writer_ZendMonitor

Parameters
NameTypeDescription
$configarray | \Zend_Config
Returns
TypeDescription
\Zend_Log_Writer_ZendMonitor
methodpublicisEnabled() : boolean

Is logging to this writer enabled?

If the Zend Monitor extension is not enabled, this log writer will fail silently. You can query this method to determine if the log writer is enabled.
Returns
TypeDescription
boolean
methodpublicwrite(array $event) : void

Log a message to this writer.

Parameters
NameTypeDescription
$eventarray

log data event

Documentation was generated by phpDocumentor 2.2.0 .