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

54 lines
1.7 KiB
Plaintext
Raw Normal View History

2012-08-18 19:27:13 +02:00
* 1.2.0 (2012-08-18)
Changes:
* Added AmqpHandler (for use with AMQP servers)
* Added CubeHandler
* Added NativeMailerHandler::addHeader() to send custom headers in mails
* Added the possibility to specify more than one recipient in NativeMailerHandler
* Added the possibility to specify float timeouts in SocketHandler
* Added NOTICE and EMERGENCY levels to conform with RFC 5424
* Fixed the log records to use the php default timezone instead of UTC
* Fixed BufferHandler not being flushed properly on PHP fatal errors
* Fixed normalization of exotic resource types
* Fixed the default format of the SyslogHandler to avoid duplicating datetimes in syslog
2012-04-23 18:27:40 +02:00
* 1.1.0 (2012-04-23)
2012-01-28 14:43:55 +01:00
Changes:
* Added Monolog\Logger::isHandling() to check if a handler will
handle the given log level
* Added ChromePHPHandler
2012-04-22 12:36:48 +02:00
* Added MongoDBHandler
2012-04-22 17:41:03 +02:00
* Added GelfHandler (for use with Graylog2 servers)
2012-04-22 16:36:31 +02:00
* Added SocketHandler (for use with syslog-ng for example)
* Added NormalizerFormatter
2012-04-22 12:46:58 +02:00
* Added the possibility to change the activation strategy of the FingersCrossedHandler
2012-02-23 09:53:36 +01:00
* Added possibility to show microseconds in logs
* Added `server` and `referer` to WebProcessor output
2012-01-28 14:43:55 +01:00
* 1.0.2 (2011-10-24)
Changes:
* Fixed bug in IE with large response headers and FirePHPHandler
2011-08-25 22:35:11 +02:00
* 1.0.1 (2011-08-25)
2011-07-20 00:07:40 +02:00
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