VERSION
VERSION = '4.0'
Version of the extension
Handler sending logs to the ChromePHP extension (http://www.chromephp.com/)
This also works out of the box with Firefox 43+
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$initialized : bool
$overflowed : bool
Tracks whether we sent too much data
Chrome limits the headers to 4KB, so when we sent 3KB we stop sending
$json : array
$sendHeaders : bool