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

Add note about RavenHandler to README.mdown

This commit is contained in:
Marc Abramowitz
2012-10-29 23:28:56 -07:00
parent c2850f127c
commit 10fcd61c11

View File

@@ -98,6 +98,8 @@ Handlers
- _GelfHandler_: Logs records to a [Graylog2](http://www.graylog2.org) server.
- _SocketHandler_: Logs records to [sockets](http://php.net/fsockopen), use this
for UNIX and TCP sockets. See an [example](https://github.com/Seldaek/monolog/blob/master/doc/sockets.md).
- _RavenHandler_: Logs records to a [Sentry](http://getsentry.com/) server (using
[raven](https://packagist.org/packages/raven/raven)).
Wrappers / Special Handlers
---------------------------