PHP Class Neos\Flow\Persistence\Doctrine\Logging\SqlLogger

Inheritance: implements Doctrine\DBAL\Logging\SQLLogger
Mostra file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$logger Neos\Flow\Log\LoggerInterface

Public Methods

Method Description
startQuery ( string $sql, array $params = null, array $types = null ) : void Logs a SQL statement to the system logger (DEBUG priority).
stopQuery ( ) : void

Method Details

startQuery() public method

Logs a SQL statement to the system logger (DEBUG priority).
public startQuery ( string $sql, array $params = null, array $types = null ) : void
$sql string The SQL to be executed
$params array The SQL parameters
$types array The SQL parameter types.
return void

stopQuery() public method

public stopQuery ( ) : void
return void

Property Details

$logger protected_oe property

protected LoggerInterface,Neos\Flow\Log $logger
return Neos\Flow\Log\LoggerInterface