[Zend_Log] element index

Package indexes

All elements
a c e f i l m n o r s w z _
_
top
Variable $_accessMode
PHP access mode of the file, either 'a'ppend or over'w'rite
Variable $_buffer
Variable $_buffer
Buffer, array of lines waiting to be written to the filesystem.
Variable $_bufferedLines
Number of lines in the buffer
Variable $_filename
Filename on the filesystem where the log file is stored.
Variable $_fileResource
Holds the PHP resource for an open file, or null.
Variable $_filters
Variable $_level
Variable $_lineEnding
Termination character(s) that are automatically appended to each line.
Variable $_options
Variable $_options
Options: buffer True: use buffering False: no buffering, write immediately
Method _parseLogLine
Format a line before sending into the storage.
Method _setAccessMode
Sets the access mode of the log file on the filesystem
Method __call
Undefined method handler allows a shortcut:
Method __construct
Class constructor. Create a new logger
Method __construct
Filter out any log messages greater than $level.
Method __construct
Class Constructor
Method __destruct
Class Destructor
a
top
Method accept
Returns TRUE to accept the message, FALSE to block it.
Method accept
Returns TRUE to accept the message, FALSE to block it.
Method addFilter
Add a filter specific to this writer.
Method addFilter
Add a filter that will be applied before all log writers.
Method addLevel
Add a custom log level
Method addWriter
Add a writer. A writer is responsible for taking a log message and writing it out to storage.
Page Abstract.php
Abstract.php in Abstract.php
Class Constant WARN
Zend_Log::WARN in Log.php
c
top
Method close
Closes the file resource for the logfile. Calling this function does not write any buffered data into the log, so flush() must be called before close().
e
top
Class Constant DEBUG
Zend_Log::DEBUG in Log.php
Page Exception.php
Exception.php in Exception.php
f
top
Method flush
Write a message to the log. This function really just writes the message to the buffer.
Method flush
Flush the buffer to the storage.
Method flush
Return all messages that have been written to the mock writer, and remove those messages from the message buffer.
Page File.php
File.php in File.php
i
top
Page Interface.php
Interface.php in Interface.php
l
top
Class Constant ALERT
Zend_Log::ALERT in Log.php
Method log
Log a message to this writer.
Method log
Zend_Log::log() in Log.php
Log a message at a level
Page Level.php
Level.php in Level.php
Page Log.php
Log.php in Log.php
m
top
Class Constant EMERG
Zend_Log::EMERG in Log.php
Page Mock.php
Mock.php in Mock.php
n
top
Class Constant INFO
Zend_Log::INFO in Log.php
o
top
Class Constant NOTICE
Zend_Log::NOTICE in Log.php
Method open
Opens the logfile for writing.
r
top
Class Constant CRIT
Zend_Log::CRIT in Log.php
Class Constant ERR
Zend_Log::ERR in Log.php
s
top
Method setOption
Sets an option specific to the implementation of the log writer.
w
top
Method write
Method write
Write a message to the log. This function really just writes the message to the buffer.
Method write
Buffer a message to be stored in the storage implemented by this writer.
z
top
Class Zend_Log
Zend_Log in Log.php
Class Zend_Log_Exception
Zend_Log_Exception in Exception.php
Class Zend_Log_Filter_Interface
Zend_Log_Filter_Interface in Interface.php
Class Zend_Log_Filter_Level
Class Zend_Log_Writer_Abstract
Zend_Log_Writer_Abstract in Abstract.php
Class Zend_Log_Writer_File
Class Zend_Log_Writer_Mock
a c e f i l m n o r s w z _