1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 01:26:11 +02:00

Updated the ChromePHPHandler for the new version of the extension

This commit is contained in:
Christophe Coevoet
2013-04-23 14:22:10 +02:00
parent 583618d5cd
commit d885932183
2 changed files with 5 additions and 5 deletions

View File

@@ -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;