class SS_ZendLog extends Zend_Log (View source)

Extensions to Zend_Log to make it work nicer with {@link SS_Log}.

Please refer to {@link SS_Log} for information on setting up logging for your projects.

Methods

array
getWriters()

Get all writers in this logger.

removeWriter($writer)

Remove a writer instance that exists in this logger.

clearWriters()

Clear all writers in this logger.

Details

array getWriters()

Get all writers in this logger.

Return Value

array

of Zend_Log_Writer_Abstract instances

removeWriter($writer)

Remove a writer instance that exists in this logger.

Parameters

$writer

clearWriters()

Clear all writers in this logger.