class SS_ZendLog extends Zend_Log (View source)

Extensions to Zend_Log to make it work nicer with SS_Log.

Please refer to SS_Log for information on setting up logging for your projects.

Methods

public
array
getWriters()

Get all writers in this logger.

public
removeWriter($writer)

Remove a writer instance that exists in this logger.

public
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.