We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34cfcb commit ce7fcd3Copy full SHA for ce7fcd3
1 file changed
user_guide_src/source/general/logging.rst
@@ -130,4 +130,4 @@ the **app/Config/Autoload.php** configuration file, or through another autoloade
130
like Composer. Next, you should modify **app/Config/Services.php** to point the ``logger``
131
alias to your new class name.
132
133
-Now, any call that is done through the ``log_message()`` function will use your library instead.
+Now, any call that is done through the :php:func:`log_message()` function will use your library instead.
0 commit comments