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

Created "ProcessHandler", that logs records to the STDIN of a custom process, defined by given command.

This commit is contained in:
kolja
2016-01-15 19:07:19 +01:00
parent f656375b86
commit 1be08de729
3 changed files with 429 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