class DbalLogger implements SQLLogger
DbalLogger.
Constants
| MAX_STRING_LENGTH |
|
| BINARY_DATA_VALUE |
|
Methods
|
__construct(LoggerInterface $logger = null, Stopwatch $stopwatch = null)
Constructor. |
||
|
startQuery($sql, array $params = null, array $types = null)
{@inheritdoc} |
||
|
stopQuery()
{@inheritdoc} |
Details
at line 37
public
__construct(LoggerInterface $logger = null, Stopwatch $stopwatch = null)
Constructor.
at line 46
public
startQuery($sql, array $params = null, array $types = null)
{@inheritdoc}
at line 87
public
stopQuery()
{@inheritdoc}