Search for log

  1. Search 7.x for log
  2. Search 9.5.x for log
  3. Search 8.9.x for log
  4. Search 10.3.x for log
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Log class core/modules/migrate/src/Plugin/migrate/process/Log.php Logs values without changing them.
Log class core/lib/Drupal/Core/Database/Log.php Database query logger.

All search results

Title Object type File name Summary
SyslogTest::testSettings function core/modules/syslog/tests/src/Functional/SyslogTest.php Tests the syslog settings page.
SyslogTest::testSyslogMissingFacility function core/modules/syslog/tests/src/Kernel/SyslogTest.php Tests that missing facility prevents writing to the syslog.
SyslogTest::testSyslogSeverity function core/modules/syslog/tests/src/Kernel/SyslogTest.php Tests severity level logging.
SyslogTest::testSyslogWriting function core/modules/syslog/tests/src/Kernel/SyslogTest.php @covers ::log
syslog_facility_list function core/modules/syslog/syslog.module Lists all possible syslog facilities for UNIX/Linux.
syslog_form_system_logging_settings_alter function core/modules/syslog/syslog.module Implements hook_form_FORM_ID_alter().
syslog_help function core/modules/syslog/syslog.module Implements hook_help().
syslog_install function core/modules/syslog/syslog.install Implements hook_install().
syslog_logging_settings_submit function core/modules/syslog/syslog.module Form submission handler for system_logging_settings().
syslog_test.info.yml file core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml
syslog_test.services.yml file core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml
syslog_update_last_removed function core/modules/syslog/syslog.install Implements hook_update_last_removed().
system.logging.yml file core/modules/system/config/install/system.logging.yml core/modules/system/config/install/system.logging.yml
system.logging.yml file core/tests/fixtures/config_install/testing_config_install/system.logging.yml core/tests/fixtures/config_install/testing_config_install/system.logging.yml
system.logging.yml file core/tests/fixtures/config_install/multilingual/system.logging.yml core/tests/fixtures/config_install/multilingual/system.logging.yml
system_logging.yml file core/modules/system/migrations/system_logging.yml core/modules/system/migrations/system_logging.yml
TabbableShimDialogIntegrationTestController class core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php For testing the jQuery :tabbable shim as used in a dialog.
TabbableShimDialogIntegrationTestController.php file core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php
TabbableShimDialogIntegrationTestController::build function core/modules/system/tests/modules/tabbable_shim_test/src/Controller/TabbableShimDialogIntegrationTestController.php Provides a page with the jQuery UI dialog library for testing .
TemplateProjectTestBase::$serverErrorLog property core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php All output that the PHP web server logs to the error buffer.
TemplateProjectTestBase::assertAppliedChangesWereLogged function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Asserts that changes applied during the stage life cycle were logged.
TemplateProjectTestBase::assertRequestedChangesWereLogged function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Asserts changes requested during the stage life cycle were logged.
TemplateProjectTestBase::formLogin function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Helper that uses Drupal's user/login form to log in.
TemplateProjectTestBase::visitPackageManagerChangeLog function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Visits the 'admin/reports/dblog' and selects Package Manager's change log.
TermKernelTest::testRevisionLogAccess function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests revision log access.
TestController::otherDialogLinks function core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php Displays dialogs links to be displayed inside the off-canvas dialog.
TestControllers::removeExceptionLogger function core/modules/system/tests/modules/router_test_directory/src/TestControllers.php
TestControllers::testLogin function core/modules/system/tests/modules/menu_test/src/TestControllers.php Returns page to be used as a login path.
TestDatabase::getPhpErrorLogPath function core/lib/Drupal/Core/Test/TestDatabase.php Gets the file path of the PHP error log of the test.
TestLog class core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php Throws an exception while logging an exception.
TestLog.php file core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
TestLog::log function core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php
TestRun::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRun.php Get test results for a test run, ordered by test class.
TestRun::insertLogEntry function core/lib/Drupal/Core/Test/TestRun.php Adds a test log entry.
TestRun::processPhpErrorLogFile function core/lib/Drupal/Core/Test/TestRun.php Reads the PHP error log and reports any errors as assertion failures.
TestRunResultsStorageInterface::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get test results for a test run, ordered by test class.
TestRunResultsStorageInterface::insertLogEntry function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Adds a test log entry for a test run to the storage.
TestRunTest::getTestLogEntry function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Returns a sample test run log entry.
TestRunTest::testGetLogEntriesByTestClass function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php @covers ::createNew
@covers ::insertLogEntry
@covers ::setDatabasePrefix
@covers ::getLogEntriesByTestClass
@covers ::getDatabasePrefix
@covers ::getTestClass
TestRunTest::testProcessPhpErrorLogFile function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php @covers ::createNew
@covers ::setDatabasePrefix
@covers ::processPhpErrorLogFile
@covers ::getLogEntriesByTestClass
TestSiteApplicationTest::testUserLogin function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteApplicationTest::testUserLogin function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php @coversNothing
TestSiteUserLoginCommand class core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php Command to generate a login link for the test site.
TestSiteUserLoginCommand.php file core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSiteUserLoginCommand::$classLoader property core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php The class loader to use for installation and initialization of setup.
TestSiteUserLoginCommand::configure function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSiteUserLoginCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSystemLoggerChannel class core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php Provides a decorator for the 'logger.channel.system' service for testing.
TestSystemLoggerChannel.php file core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php
TestSystemLoggerChannel::$innerLogger property core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php The decorated logger.channel.system service.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.