1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 13:46:38 +02:00

Fix readme

This commit is contained in:
Jordi Boggiano
2013-01-06 21:47:20 +01:00
parent 04f41cd661
commit 39e8151a93

View File

@@ -107,7 +107,7 @@ Handlers
- _NativeMailHandler_: Sends emails using PHP's - _NativeMailHandler_: Sends emails using PHP's
[`mail()`](http://php.net/manual/en/function.mail.php) function. [`mail()`](http://php.net/manual/en/function.mail.php) function.
- _SwiftMailerHandler_: Sends emails using a [`Swift_Mailer`](http://swiftmailer.org/) instance. - _SwiftMailerHandler_: Sends emails using a [`Swift_Mailer`](http://swiftmailer.org/) instance.
- _PushoverHandler: Sends mobile notifications via the [Pushover](https://www.pushover.net/) API. - _PushoverHandler_: Sends mobile notifications via the [Pushover](https://www.pushover.net/) API.
- _SyslogHandler_: Logs records to the syslog. - _SyslogHandler_: Logs records to the syslog.
- _GelfHandler_: Logs records to a [Graylog2](http://www.graylog2.org) server. - _GelfHandler_: Logs records to a [Graylog2](http://www.graylog2.org) server.
- _SocketHandler_: Logs records to [sockets](http://php.net/fsockopen), use this - _SocketHandler_: Logs records to [sockets](http://php.net/fsockopen), use this
@@ -115,8 +115,8 @@ Handlers
- _AmqpHandler_: Logs records to an [amqp](http://www.amqp.org/) compatible - _AmqpHandler_: Logs records to an [amqp](http://www.amqp.org/) compatible
server. Requires the [php-amqp](http://pecl.php.net/package/amqp) extension (1.0+). server. Requires the [php-amqp](http://pecl.php.net/package/amqp) extension (1.0+).
- _CubeHandler_: Logs records to a [Cube](http://square.github.com/cube/) server. - _CubeHandler_: Logs records to a [Cube](http://square.github.com/cube/) server.
- _CouchDBHandler: Logs records to a CouchDB server. - _CouchDBHandler_: Logs records to a CouchDB server.
- _DoctrineCouchDBHandler: Logs records to a CouchDB server via the Doctrine CouchDB ODM. - _DoctrineCouchDBHandler_: Logs records to a CouchDB server via the Doctrine CouchDB ODM.
Wrappers / Special Handlers Wrappers / Special Handlers
--------------------------- ---------------------------