mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +02:00
Allow extending Monolog\Logger::$logLevels
This commit is contained in:
@@ -24,7 +24,7 @@ class HtmlFormatter extends NormalizerFormatter
|
||||
/**
|
||||
* Translates Monolog log levels to html color priorities.
|
||||
*/
|
||||
private $logLevels = array(
|
||||
protected $logLevels = array(
|
||||
Logger::DEBUG => '#cccccc',
|
||||
Logger::INFO => '#468847',
|
||||
Logger::NOTICE => '#3a87ad',
|
||||
|
Reference in New Issue
Block a user