1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-03 03:37:34 +02:00

Merge pull request #324 from tiagobrito/master

refs #320 Fix same color in background and in foreground
This commit is contained in:
Jordi Boggiano
2014-02-20 11:38:44 +01:00

View File

@@ -30,9 +30,9 @@ class HtmlFormatter extends NormalizerFormatter
Logger::NOTICE => '#3a87ad',
Logger::WARNING => '#c09853',
Logger::ERROR => '#f0ad4e',
Logger::CRITICAL => '#b94a48',
Logger::ALERT => '#d9534f',
Logger::EMERGENCY => '#ffffff',
Logger::CRITICAL => '#FF7708',
Logger::ALERT => '#C12A19',
Logger::EMERGENCY => '#000000',
);
/**