mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
32 lines
624 B
Markdown
32 lines
624 B
Markdown
* 1.0.3 (2012--)
|
|
|
|
Changes:
|
|
|
|
* Added Monolog\Logger::isHandling() to check if a handler will
|
|
handle the given log level
|
|
* Added ChromePHPHandler
|
|
|
|
* 1.0.2 (2011-10-24)
|
|
|
|
Changes:
|
|
|
|
* Fixed bug in IE with large response headers and FirePHPHandler
|
|
|
|
* 1.0.1 (2011-08-25)
|
|
|
|
Changes:
|
|
|
|
* Added MemoryPeakUsageProcessor and MemoryUsageProcessor
|
|
* Added Monolog\Logger::getName() to get a logger's channel name
|
|
|
|
* 1.0.0 (2011-07-06)
|
|
|
|
Changes:
|
|
|
|
* Added IntrospectionProcessor to get info from where the logger was called
|
|
* Fixed WebProcessor in CLI
|
|
|
|
* 1.0.0-RC1 (2011-07-01)
|
|
|
|
* Initial release
|