1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 14:32:44 +01:00
php-monolog/CHANGELOG.mdown

18 lines
346 B
Plaintext
Raw Normal View History

2011-07-20 00:07:40 +02:00
* 1.1.0
Changes:
* Added MemoryPeakUsageProcessor and MemoryUsageProcessor
2011-08-08 01:37:39 +02:00
* Added Monolog\Logger::getName() to get a logger's channel name
2011-07-20 00:07:40 +02:00
2011-07-07 18:21:02 +02:00
* 1.0.0 (2011-07-06)
Changes:
* Added IntrospectionProcessor to get info from where the logger was called
* Fixed WebProcessor in CLI
2011-07-01 21:29:24 +02:00
* 1.0.0-RC1 (2011-07-01)
* Initial release