1
0
mirror of synced 2025-01-06 00:57:10 +03:00

Fix typo with SQLLogger in configuration.rst

This commit is contained in:
Benjamin Eberlei 2011-01-31 22:56:09 +01:00
parent 7093e37b45
commit 7d42497e09

View File

@ -307,10 +307,10 @@ SQL Logger (***Optional***)
Gets or sets the logger to use for logging all SQL statements Gets or sets the logger to use for logging all SQL statements
executed by Doctrine. The logger class must implement the executed by Doctrine. The logger class must implement the
``Doctrine\DBAL\Logging\SqlLogger`` interface. A simple default ``Doctrine\DBAL\Logging\SQLLogger`` interface. A simple default
implementation that logs to the standard output using ``echo`` and implementation that logs to the standard output using ``echo`` and
``var_dump`` can be found at ``var_dump`` can be found at
``Doctrine\DBAL\Logging\EchoSqlLogger``. ``Doctrine\DBAL\Logging\EchoSQLLogger``.
Auto-generating Proxy Classes (***OPTIONAL***) Auto-generating Proxy Classes (***OPTIONAL***)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~