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

Inheritance: implements Doctrine\DBAL\Logging\SQLLogger
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$logger Neos\Flow\Log\LoggerInterface

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

stopQuery() public méthode

public stopQuery ( ) : void
Résultat void

Property Details

$logger protected_oe property

protected LoggerInterface,Neos\Flow\Log $logger
Résultat Neos\Flow\Log\LoggerInterface