mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 13:46:38 +02:00
Fix readme
This commit is contained in:
@@ -107,7 +107,7 @@ Handlers
|
||||
- _NativeMailHandler_: Sends emails using PHP's
|
||||
[`mail()`](http://php.net/manual/en/function.mail.php) function.
|
||||
- _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.
|
||||
- _GelfHandler_: Logs records to a [Graylog2](http://www.graylog2.org) server.
|
||||
- _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
|
||||
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.
|
||||
- _CouchDBHandler: Logs records to a CouchDB server.
|
||||
- _DoctrineCouchDBHandler: Logs records to a CouchDB server via the Doctrine CouchDB ODM.
|
||||
- _CouchDBHandler_: Logs records to a CouchDB server.
|
||||
- _DoctrineCouchDBHandler_: Logs records to a CouchDB server via the Doctrine CouchDB ODM.
|
||||
|
||||
Wrappers / Special Handlers
|
||||
---------------------------
|
||||
|
Reference in New Issue
Block a user