2075. Class

2075.1. Zend\Log\Writer\FirePhp

2075.1.1. Methods

2075.1.1.1. __construct

__construct()

Initializes a new instance of this class.

Parameters:null|FirePhpFirePhpInterface|array|Traversable – An instance of FirePhpInterface that should be used for logging

2075.1.1.2. doWrite

doWrite()

Write a message to the log.

Parameters:array – event data
Return type:void

2075.1.1.3. getFirePhp

getFirePhp()

Gets the FirePhpInterface instance that is used for logging.

Return type:FirePhpFirePhpInterface
Throws :ExceptionRuntimeException

2075.1.1.4. setFirePhp

setFirePhp()

Sets the FirePhpInterface instance that is used for logging.

Parameters:FirePhpFirePhpInterface – A FirePhpInterface instance to set.
Return type:FirePhp

Project Versions

Table Of Contents

Previous topic

2074. Class

Next topic

2076. Class

This Page