mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 09:36:11 +02:00
Updated the ChromePHPHandler for the new version of the extension
This commit is contained in:
@@ -24,12 +24,12 @@ class ChromePHPHandler extends AbstractProcessingHandler
|
||||
/**
|
||||
* Version of the extension
|
||||
*/
|
||||
const VERSION = '3.0';
|
||||
const VERSION = '4.0';
|
||||
|
||||
/**
|
||||
* Header name
|
||||
*/
|
||||
const HEADER_NAME = 'X-ChromePhp-Data';
|
||||
const HEADER_NAME = 'X-ChromeLogger-Data';
|
||||
|
||||
protected static $initialized = false;
|
||||
|
||||
|
Reference in New Issue
Block a user