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. Search 11.x for log
  6. 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
EntityDeleteFormTrait::logger function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Gets the logger for a specific channel.
EntityDisplayBase::getLogger function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Provides the 'system' channel logger service.
EntityLinksTest::$logger property core/modules/filter/tests/src/Kernel/EntityLinksTest.php The test logger.
EntityReferenceEntityFormatter::$loggerFactory property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The logger factory.
EntityReferenceSettingsTest::$testLogServiceName property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php The service name for a logger implementation that collects anything logged.
EntityTestMulRevChangedWithRevisionLog class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php Defines the test entity class.
EntityTestMulRevChangedWithRevisionLog.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php
EntityTestMulRevChangedWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php Provides base field definitions for an entity type.
EntityTestMulWithRevisionLog class core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php Defines the test entity class.
EntityTestMulWithRevisionLog.php file core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
EntityTestMulWithRevisionLogPub class core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php Defines the test entity class.
EntityTestMulWithRevisionLogPub.php file core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php
EntityTestMulWithRevisionLogPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php Provides base field definitions for an entity type.
EntityTestRevlogAccessControlHandler class core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php Defines the access control handler for test entity types.
EntityTestRevlogAccessControlHandler.php file core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php
EntityTestRevlogAccessControlHandler::checkAccess function core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php Performs access checks.
EntityTestWithRevisionLog class core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php Defines the test entity class.
EntityTestWithRevisionLog.php file core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php
EntityTestWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php Provides base field definitions for an entity type.
EntityTestWithRevisionLog::setName function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php Sets the name.
entity_test_revlog.info.yml file core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml
Error::logException function core/lib/Drupal/Core/Utility/Error.php Log a formatted exception message to the provided logger.
EventBase::logMessage function core/modules/migrate/src/Event/EventBase.php Logs a message using the Migrate message service.
EventBaseTest::testLogMessage function core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php Tests logging a message.
EventLogSubscriber class core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php Defines an event subscriber to test logging during events in Package Manager.
EventLogSubscriber.php file core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php
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.
exception.logger service core/core.services.yml Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber
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::exceptionDataProvider function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Returns data for testing exception logging.
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

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