This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Monolog/CHANGELOG.md
Grégoire Pineau b663ab5246 [Bridge/Monolog] Enhanced the Console Handler
Basically, the formatter now uses the VarDumper & uses more significant
colors and has a more compact / readable format (IMHO).
2017-03-06 18:10:13 +01:00

532 B

CHANGELOG

3.3.0

  • Improved the console handler output formatting by adding var-dumper support

3.0.0

  • deprecated interface Symfony\Component\HttpKernel\Log\LoggerInterface has been removed
  • deprecated methods Logger::crit(), Logger::emerg(), Logger::err() and Logger::warn() have been removed

2.4.0

  • added ConsoleHandler and ConsoleFormatter which can be used to show log messages in the console output depending on the verbosity settings

2.1.0

  • added ChromePhpHandler