Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Database.php
»
Database
»
Database::startLog
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to Database::startLog()
LoggingTest::testEnableLogging
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
LoggingTest.php
Tests that we can log the existence of a query.
LoggingTest::testEnableMultiConnectionLogging
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
LoggingTest.php
Tests that we can log queries separately on different connections.
LoggingTest::testEnableMultiLogging
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
LoggingTest.php
Tests that we can run two logs in parallel.
LoggingTest::testEnableTargetLogging
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
LoggingTest.php
Tests logging queries against multiple targets on the same connection.
LoggingTest::testEnableTargetLoggingNoTarget
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
LoggingTest.php
Tests that logs to separate targets utilize the same connection properly.
ViewUI::startQueryCapture
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
ViewUI.php
Set up query capturing.