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