Zend Framework  3.0
Protected Member Functions | List of all members
Noop Class Reference

Protected Member Functions

 doWrite (array $event)
 Write a message to the log.
 
- Protected Member Functions inherited from AbstractWriter
 getFormatter ()
 Get formatter.
 
 hasFormatter ()
 Check if the writer has a formatter.
 
 doWrite (array $event)
 Write a message to the log.
 

Additional Inherited Members

- Public Member Functions inherited from AbstractWriter
 __construct ($options=null)
 Constructor.
 
 addFilter ($filter, array $options=null)
 Add a filter specific to this writer.
 
 getFilterPluginManager ()
 Get filter plugin manager.
 
 setFilterPluginManager ($plugins)
 Set filter plugin manager.
 
 filterPlugin ($name, array $options=null)
 Get filter instance.
 
 getFormatterPluginManager ()
 Get formatter plugin manager.
 
 setFormatterPluginManager ($plugins)
 Set formatter plugin manager.
 
 formatterPlugin ($name, array $options=null)
 Get formatter instance.
 
 write (array $event)
 Log a message to this writer.
 
 setFormatter ($formatter, array $options=null)
 Set a new formatter for this writer.
 
 setConvertWriteErrorsToExceptions ($convertErrors)
 Set convert write errors to exception flag.
 
 shutdown ()
 Perform shutdown activities such as closing open resources.
 
- Protected Attributes inherited from AbstractWriter
 $filterPlugins
 
 $formatterPlugins
 
 $filters = []
 
 $formatter
 
 $convertWriteErrorsToExceptions = true
 
 $errorsToExceptionsConversionLevel = E_WARNING
 

Member Function Documentation

doWrite ( array  $event)
protected

Write a message to the log.

Parameters
array$eventevent data
Returns
void