public Log::clear($logging_key) Empty the query
Database query logger. We log queries in a separate object rather than in the connection object because we want to be able to see all queries
public Log::end($logging_key) Stop logging for the
The connection key for which this object is logging. Type: string File
public Log::__construct($key = 'default') Constructor
public Log::log(StatementInterface $statement, $args, $time) Log
public Log::start($logging_key) Begin logging queries
public Log::findCaller() Determine the routine that
Cache of logged queries. This will only be used if the query logger is enabled. The structure for the logging array is as follows:
public Log::get($logging_key) Retrieve the query