Skip to content

Commit dce39d1

Browse files
committed
docs: add section title and link to function
1 parent d5187bd commit dce39d1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

user_guide_src/source/general/logging.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Logging Information
66
:local:
77
:depth: 2
88

9-
You can log information to the local log files by using the ``log_message()`` method. You must supply
9+
Log Levels
10+
==========
11+
12+
You can log information to the local log files by using the :php:func:`log_message()` method. You must supply
1013
the "level" of the error in the first parameter, indicating what type of message it is (debug, error, etc).
1114
The second parameter is the message itself:
1215

@@ -32,6 +35,8 @@ The logging system does not provide ways to alert sysadmins or webmasters about
3235
the information. For many of the more critical event levels, the logging happens automatically by the
3336
Error Handler, described above.
3437

38+
.. _logging-configuration:
39+
3540
Configuration
3641
=============
3742

0 commit comments

Comments
 (0)