Update User Guide

This commit is contained in:
paulbalandan 2021-02-24 16:24:07 +00:00
parent bfe0601896
commit 3afb8016cc
2 changed files with 2 additions and 1 deletions

View File

@ -441,6 +441,7 @@ recommended method of logging.</p></li>
<li><p><strong>ChromeLogger Handler</strong> If you have the <a class="reference external" href="https://craig.is/writing/chrome-logger">ChromeLogger extension</a>
installed in the Chrome web browser, you can use this handler to display the log information in
Chromes console window.</p></li>
<li><p><strong>Errorlog Handler</strong> this handler will log with php error_log</p></li>
</ul>
<p>The handlers are configured in the main configuration file, in the <code class="docutils literal notranslate"><span class="pre">$handlers</span></code> property, which is simply
an array of handlers and their configuration. Each handler is specified with the key being the fully

File diff suppressed because one or more lines are too long