Skip to content

Commit d8730ed

Browse files
committed
minor #16102 Update LoggerInterface hyperlink to GitHub page (abdellahramadan)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update LoggerInterface hyperlink to GitHub page On this line 'The logger service has different methods for different logging levels/priorities. See LoggerInterface for a list of all of the methods on the logger.' the LoggerInterface link leads to a 404 GitHub page. This PR is to update it to the correct link. Commits ------- 3b32e41 Update LoggerInterface hyperlink to GitHub page
2 parents 3189373 + 3b32e41 commit d8730ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To log a message, inject the default logger in your controller or service::
4141
}
4242

4343
The ``logger`` service has different methods for different logging levels/priorities.
44-
See `LoggerInterface`_ for a list of all of the methods on the logger.
44+
See .. _`LoggerInterface`: https://github.com/php-fig/log/blob/master/src/LoggerInterface.php for a list of all of the methods on the logger.
4545

4646
Monolog
4747
-------

0 commit comments

Comments
 (0)