SqlLogger
class SqlLogger implements SQLLogger (View source)
A SQL logger that logs to a Flow logger.
Properties
protected LoggerInterface | $logger |
Methods
void
startQuery(string $sql, array $params = null, array $types = null)
Logs a SQL statement to the system logger (DEBUG priority).
void
stopQuery()
No description
Details
void
startQuery(string $sql, array $params = null, array $types = null)
Logs a SQL statement to the system logger (DEBUG priority).
void
stopQuery()
No description