1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-13 16:44:23 +02:00

Merge remote-tracking branch 'ArSn/master'

This commit is contained in:
Jordi Boggiano
2016-05-26 18:14:26 +01:00
3 changed files with 418 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
- _SyslogHandler_: Logs records to the syslog.
- _ErrorLogHandler_: Logs records to PHP's
[`error_log()`](http://docs.php.net/manual/en/function.error-log.php) function.
- _ProcessHandler_: Logs records to the [STDIN](https://en.wikipedia.org/wiki/Standard_streams#Standard_input_.28stdin.29) of any process, specified by a command.
### Send alerts and emails