class DbalLogger implements SQLLogger
MAX_STRING_LENGTH | |
BINARY_DATA_VALUE |
protected | $logger | ||
protected | $stopwatch |
__construct(LoggerInterface $logger = null, Stopwatch $stopwatch = null) | ||
startQuery($sql, array $params = null, array $types = null) {@inheritdoc} | ||
stopQuery() {@inheritdoc} | ||
log(string $message, array $params) Logs a message. |
LoggerInterface | $logger | |
Stopwatch | $stopwatch |
{@inheritdoc}
$sql | ||
array | $params | |
array | $types |
{@inheritdoc}
Logs a message.
string | $message | A message to log |
array | $params | The context |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bridge/Doctrine/Logger/DbalLogger.html