2066. Class

2066.1. Zend\Log\Writer\ChromePhp

2066.1.1. Methods

2066.1.1.1. __construct

__construct()

Initializes a new instance of this class.

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

2066.1.1.2. doWrite

doWrite()

Write a message to the log.

Parameters:array – event data
Return type:void

2066.1.1.3. getChromePhp

getChromePhp()

Gets the ChromePhpInterface instance that is used for logging.

Return type:ChromePhpInterface

2066.1.1.4. setChromePhp

setChromePhp()

Sets the ChromePhpInterface instance that is used for logging.

Parameters:ChromePhpInterface – The instance to set.
Return type:ChromePhp

Project Versions

Table Of Contents

Previous topic

2065. Class

Next topic

2067. Class

This Page