Microsoft_Log
[ class tree: Microsoft_Log ] [ index: Microsoft_Log ] [ all elements ]

Element index for package Microsoft_Log

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ s ] [ w ] [ _ ]

_

$_defaultFilterNamespace
in file Log.php, variable Microsoft_Log::$_defaultFilterNamespace
$_defaultWriterNamespace
in file Log.php, variable Microsoft_Log::$_defaultWriterNamespace
$_extras
in file Log.php, variable Microsoft_Log::$_extras
$_filters
in file Log.php, variable Microsoft_Log::$_filters
$_priorities
in file Log.php, variable Microsoft_Log::$_priorities
$_writers
in file Log.php, variable Microsoft_Log::$_writers
_constructFilterFromConfig
in file Log.php, method Microsoft_Log::_constructFilterFromConfig()
    Construct filter object from configuration array or Microsoft_Config object
_constructFromConfig
in file Log.php, method Microsoft_Log::_constructFromConfig()
    Construct a filter or writer from config
_constructWriterFromConfig
in file Log.php, method Microsoft_Log::_constructWriterFromConfig()
    Construct a writer object based on a configuration array
__call
in file Log.php, method Microsoft_Log::__call()
    Undefined method handler allows a shortcut:
__construct
in file Log.php, method Microsoft_Log::__construct()
    Class constructor. Create a new logger
__destruct
in file Log.php, method Microsoft_Log::__destruct()
    Class destructor. Shutdown log writers
$_accept
in file Suppress.php, variable Microsoft_Log_Filter_Suppress::$_accept
$_operator
in file Priority.php, variable Microsoft_Log_Filter_Priority::$_operator
$_priority
in file Priority.php, variable Microsoft_Log_Filter_Priority::$_priority
$_regexp
in file Message.php, variable Microsoft_Log_Filter_Message::$_regexp
__construct
in file Message.php, method Microsoft_Log_Filter_Message::__construct()
    Filter out any log messages not matching $regexp.
__construct
in file Priority.php, method Microsoft_Log_Filter_Priority::__construct()
    Filter logging by $priority. By default, it will accept any log event whose priority value is less than or equal to $priority.
$_filters
in file Abstract.php, variable Microsoft_Log_Writer_Abstract::$_filters
$_formatter
in file Abstract.php, variable Microsoft_Log_Writer_Abstract::$_formatter
    Formats the log message before writing.
_parseConfig
in file Abstract.php, method Microsoft_Log_Filter_Abstract::_parseConfig()
    Validate and optionally convert the config to array
_parseConfig
in file Abstract.php, method Microsoft_Log_Writer_Abstract::_parseConfig()
    Validate and optionally convert the config to array
_write
in file Abstract.php, method Microsoft_Log_Writer_Abstract::_write()
    Write a message to the log.
top

a

addFilter
in file Log.php, method Microsoft_Log::addFilter()
    Add a filter that will be applied before all log writers.
addPriority
in file Log.php, method Microsoft_Log::addPriority()
    Add a custom priority
addWriter
in file Log.php, method Microsoft_Log::addWriter()
    Add a writer. A writer is responsible for taking a log message and writing it out to storage.
ALERT
in file Log.php, class constant Microsoft_Log::ALERT
accept
in file Suppress.php, method Microsoft_Log_Filter_Suppress::accept()
    Returns TRUE to accept the message, FALSE to block it.
accept
in file Priority.php, method Microsoft_Log_Filter_Priority::accept()
    Returns TRUE to accept the message, FALSE to block it.
accept
in file Message.php, method Microsoft_Log_Filter_Message::accept()
    Returns TRUE to accept the message, FALSE to block it.
accept
in file Interface.php, method Microsoft_Log_Filter_Interface::accept()
    Returns TRUE to accept the message, FALSE to block it.
addFilter
in file Abstract.php, method Microsoft_Log_Writer_Abstract::addFilter()
    Add a filter specific to this writer.
Abstract.php
procedural page Abstract.php
Abstract.php
procedural page Abstract.php
top

c

CRIT
in file Log.php, class constant Microsoft_Log::CRIT
top

d

DEBUG
in file Log.php, class constant Microsoft_Log::DEBUG
top

e

EMERG
in file Log.php, class constant Microsoft_Log::EMERG
ERR
in file Log.php, class constant Microsoft_Log::ERR
Exception.php
procedural page Exception.php
top

f

factory
in file Log.php, method Microsoft_Log::factory()
    Factory to construct the logger and one or more writers based on the configuration array
factory
in file FactoryInterface.php, method Microsoft_Log_FactoryInterface::factory()
    Construct a Microsoft_Log driver
FactoryInterface.php
procedural page FactoryInterface.php
factory
in file Suppress.php, method Microsoft_Log_Filter_Suppress::factory()
    Create a new instance of Microsoft_Log_Filter_Suppress
factory
in file Priority.php, method Microsoft_Log_Filter_Priority::factory()
    Create a new instance of Microsoft_Log_Filter_Priority
factory
in file Message.php, method Microsoft_Log_Filter_Message::factory()
    Create a new instance of Microsoft_Log_Filter_Message
format
in file Interface.php, method Microsoft_Log_Formatter_Interface::format()
    Formats data into a single line to be written by the writer.
top

g

getClassName
in file Log.php, method Microsoft_Log::getClassName()
    Get the writer or filter full classname
top

i

INFO
in file Log.php, class constant Microsoft_Log::INFO
Interface.php
procedural page Interface.php
Interface.php
procedural page Interface.php
top

l

log
in file Log.php, method Microsoft_Log::log()
    Log a message at a priority
Log.php
procedural page Log.php
top

m

Microsoft_Log
in file Log.php, class Microsoft_Log
Microsoft_Log_FactoryInterface
in file FactoryInterface.php, class Microsoft_Log_FactoryInterface
Microsoft_Log_Exception
in file Exception.php, class Microsoft_Log_Exception
Message.php
procedural page Message.php
Microsoft_Log_Filter_Interface
in file Interface.php, class Microsoft_Log_Filter_Interface
Microsoft_Log_Filter_Message
in file Message.php, class Microsoft_Log_Filter_Message
Microsoft_Log_Filter_Priority
in file Priority.php, class Microsoft_Log_Filter_Priority
Microsoft_Log_Filter_Suppress
in file Suppress.php, class Microsoft_Log_Filter_Suppress
Microsoft_Log_Formatter_Interface
in file Interface.php, class Microsoft_Log_Formatter_Interface
Microsoft_Log_Filter_Abstract
in file Abstract.php, class Microsoft_Log_Filter_Abstract
Microsoft_Log_Writer_Abstract
in file Abstract.php, class Microsoft_Log_Writer_Abstract
top

n

NOTICE
in file Log.php, class constant Microsoft_Log::NOTICE
top

p

Priority.php
procedural page Priority.php
top

s

setEventItem
in file Log.php, method Microsoft_Log::setEventItem()
    Set an extra item to pass to the log writers.
Suppress.php
procedural page Suppress.php
suppress
in file Suppress.php, method Microsoft_Log_Filter_Suppress::suppress()
    This is a simple boolean filter.
setFormatter
in file Abstract.php, method Microsoft_Log_Writer_Abstract::setFormatter()
    Set a new formatter for this writer
shutdown
in file Abstract.php, method Microsoft_Log_Writer_Abstract::shutdown()
    Perform shutdown activites such as closing open resources
top

w

WARN
in file Log.php, class constant Microsoft_Log::WARN
write
in file Abstract.php, method Microsoft_Log_Writer_Abstract::write()
    Log a message to this writer.
top

Documentation generated on Wed, 18 May 2011 12:06:01 +0200 by phpDocumentor 1.4.3