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

Add handler and tests for logentries.com

This commit is contained in:
Robert Kaufmann III
2014-03-28 22:55:15 -04:00
parent 4cf49e5496
commit 2b6dffa23f
3 changed files with 174 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ Handlers
- _LogglyHandler_: Logs records to a [Loggly](http://www.loggly.com/) account.
- _RollbarHandler_: Logs records to a [Rollbar](https://rollbar.com/) account.
- _SyslogUdpHandler_: Logs records to a remote [Syslogd](http://www.rsyslog.com/) server.
- _LogEntriesHandler_: Logs records to a [LogEntries](http://logentries.com/) account.
### Logging in development