Skip to content

Commit

Permalink
Fix broken url (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
junyang-chin authored Dec 10, 2024
1 parent aef6ee7 commit d97d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/02-handlers-formatters-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setups though, this is just meant as a quick and dirty solution.
- [_SyslogHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/SyslogHandler.php): Logs records to the syslog.
- [_ErrorLogHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/ErrorLogHandler.php): Logs records to PHP's
[`error_log()`](http://docs.php.net/manual/en/function.error-log.php) function.
[`error_log()`](https://www.php.net/manual/en/function.error-log.php) function.
- [_ProcessHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/ProcessHandler.php): 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
Expand Down

0 comments on commit d97d5e9

Please sign in to comment.