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
EventLogSubscriber::excludeLogFile function core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php Excludes the log file from Package Manager operations.
EventLogSubscriber::getSubscribedEvents function core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php
EventLogSubscriber::logEventInfo function core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php Logs all events in the stage life cycle.
EventLogSubscriber::LOG_FILE_NAME constant core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php The name of the log file to write to.
ExceptionLoggingSubscriber class core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log exceptions without further handling.
ExceptionLoggingSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php
ExceptionLoggingSubscriber::$logger property core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php The logger channel factory.
ExceptionLoggingSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php
ExceptionLoggingSubscriber::on403 function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log 403 errors.
ExceptionLoggingSubscriber::on404 function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log 404 errors.
ExceptionLoggingSubscriber::onClientError function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log 4xx errors that are not 403 or 404.
ExceptionLoggingSubscriber::onError function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log not-otherwise-specified errors, including HTTP 500.
ExceptionLoggingSubscriber::onException function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log all exceptions.
ExceptionLoggingSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Constructs a new ExceptionLoggingSubscriber.
ExceptionLoggingSubscriberTest class core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Tests that HTTP exceptions are logged correctly.
ExceptionLoggingSubscriberTest.php file core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php
ExceptionLoggingSubscriberTest::$modules property core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Modules to install.
ExceptionLoggingSubscriberTest::$testLogServiceName property core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php The service name for a logger implementation that collects anything logged.
ExceptionLoggingSubscriberTest::register function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Registers test-specific services.
ExceptionLoggingSubscriberTest::testExceptionLogging function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Tests \Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber::onException().
FakeLogEntries trait core/modules/dblog/tests/src/Functional/FakeLogEntries.php Provides methods to generate log entries.
FakeLogEntries.php file core/modules/dblog/tests/src/Functional/FakeLogEntries.php
FakeLogEntries::generateLogEntries function core/modules/dblog/tests/src/Functional/FakeLogEntries.php Generates a number of random database log events.
FieldBlock::$logger property core/modules/layout_builder/src/Plugin/Block/FieldBlock.php The logger.
FieldBlockTest::$logger property core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php The logger.
FieldDialogsTest class core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Tests the fields dialogs.
FieldDialogsTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php
FieldDialogsTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php The theme to install as the default for testing.
FieldDialogsTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Modules to install.
FieldDialogsTest::$testViews property core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Views used by this test.
FieldDialogsTest::openFieldDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Uses the 'And/Or Rearrange' link for fields to open a dialog.
FieldDialogsTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php
FieldDialogsTest::testRemoveFieldHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Tests removing a field through the rearrange dialog.
FieldDiscovery::$logger property core/modules/migrate_drupal/src/FieldDiscovery.php The logger channel service.
FieldDiscoveryTest::$logger property core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php A LoggerChannelInterface prophecy.
FieldDiscoveryTest::$logger property core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php The logger.
FieldDiscoveryTest::$logger property core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php The logger.
FieldTest::testModalDialogTitle function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Tests custom text field modal title.
FileSaveHtaccessLoggingTest class core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests the log message added by file_save_htaccess().
FileSaveHtaccessLoggingTest.php file core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
FileSaveHtaccessLoggingTest::$defaultTheme property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php The theme to install as the default for testing.
FileSaveHtaccessLoggingTest::$modules property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Modules to install.
FileSaveHtaccessLoggingTest::testHtaccessSave function core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests file_save_htaccess().
FileSystemTest::$logger property core/tests/Drupal/Tests/Core/File/FileSystemTest.php The file logger channel.
FilterCriteriaTest::openFilterDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php Uses the 'And/Or Rearrange' link for filters to open a dialog.
FilterCriteriaTest::testFilterCriteriaDialog function core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php Tests dialog for filter criteria.
FilterNull::$logged property core/modules/filter/src/Plugin/Filter/FilterNull.php Tracks if an alert about this filter has been logged.
FormBase::logger function core/lib/Drupal/Core/Form/FormBase.php Gets the logger for a specific channel.
FormCache::$logger property core/lib/Drupal/Core/Form/FormCache.php Logger channel.
FormCacheTest::$logger property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The logger channel.

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