Commit a7cba302 authored by Igor Wiedler's avatar Igor Wiedler

Reword the documentation on string logger levels

parent 2ef826ce
......@@ -19,7 +19,9 @@ Parameters
everything, ``INFO`` will log everything except ``DEBUG``,
etc.
May also be a string of ``DEBUG``, ``INFO``, ``WARNING``, ``ERROR``.
In addition to the ``Logger::`` constants, it is also possible to supply the
level in string form, for example: ``"DEBUG"``, ``"INFO"``, ``"WARNING"``,
``"ERROR"``.
* **monolog.name** (optional): Name of the monolog channel,
defaults to ``myapp``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment