We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 239d3fb + f185ba4 commit 156d774Copy full SHA for 156d774
UPGRADE.md
@@ -1,5 +1,9 @@
1
# Upgrade to 2.11
2
3
+## Deprecated `EchoSQLLogger`
4
+
5
+The `EchoSQLLogger` is has been deprecated. Implement your logger with the desired logic.
6
7
## Deprecated database platforms:
8
9
1. PostgreSQL 9.3 and older
lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
@@ -7,6 +7,8 @@
/**
* A SQL logger that logs to the standard output using echo/var_dump.
10
+ *
11
+ * @deprecated
12
*/
13
class EchoSQLLogger implements SQLLogger
14
{
0 commit comments