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 11.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
LoggerChannelFactoryTest::testConstructorDeprecation function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php @covers ::__construct
@group legacy
LoggerChannelFactoryTest::testDeprecatedGetContainer function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php @covers ::__get
@group legacy
LoggerChannelFactoryTest::testDeprecatedSetContainer function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php @covers ::setContainer
@group legacy
LoggerChannelFactoryTest::testGet function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php Tests LoggerChannelFactory::get().
LoggerChannelFactoryTest::testWithoutConstructor function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php @covers ::get
@group legacy
LoggerChannelInterface interface core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Logger channel interface.
LoggerChannelInterface.php file core/lib/Drupal/Core/Logger/LoggerChannelInterface.php
LoggerChannelInterface::addLogger function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Adds a logger.
LoggerChannelInterface::setCurrentUser function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Sets the current user.
LoggerChannelInterface::setLoggers function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Sets the loggers for this channel.
LoggerChannelInterface::setRequestStack function core/lib/Drupal/Core/Logger/LoggerChannelInterface.php Sets the request stack.
LoggerChannelTest class core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php @coversDefaultClass \Drupal\Core\Logger\LoggerChannel
@group Logger
LoggerChannelTest.php file core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php
LoggerChannelTest::providerTestLog function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Data provider for self::testLog().
LoggerChannelTest::testLog function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests LoggerChannel::log().
LoggerChannelTest::testLogRecursionProtection function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests LoggerChannel::log() recursion protection.
LoggerChannelTest::testNullIp function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests that $context['ip'] is a string even when the request's IP is NULL.
LoggerChannelTest::testSortLoggers function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests LoggerChannel::addLoggers().
LoggerChannelTrait trait core/lib/Drupal/Core/Logger/LoggerChannelTrait.php Wrapper methods for the logger factory service.
LoggerChannelTrait.php file core/lib/Drupal/Core/Logger/LoggerChannelTrait.php
LoggerChannelTrait::$loggerFactory property core/lib/Drupal/Core/Logger/LoggerChannelTrait.php The logger channel factory service.
LoggerChannelTrait::getLogger function core/lib/Drupal/Core/Logger/LoggerChannelTrait.php Gets the logger for a specific channel.
LoggerChannelTrait::setLoggerFactory function core/lib/Drupal/Core/Logger/LoggerChannelTrait.php Injects the logger channel factory.
LoggerChannelWithoutConstructor class core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php
LoggerChannelWithoutConstructor::__construct function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php Constructs a LoggerChannelFactory.
LoggerStub class core/modules/system/tests/modules/logger_aware_test/src/LoggerStub.php A logger stub.
LoggerStub.php file core/modules/system/tests/modules/logger_aware_test/src/LoggerStub.php
LoggerStub::log function core/modules/system/tests/modules/logger_aware_test/src/LoggerStub.php
logger_aware_test.info.yml file core/modules/system/tests/modules/logger_aware_test/logger_aware_test.info.yml core/modules/system/tests/modules/logger_aware_test/logger_aware_test.info.yml
logger_aware_test.logger_aware_existing service core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml Drupal\logger_aware_test\LoggerAwareStub
logger_aware_test.logger_aware_stub service core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml Drupal\logger_aware_test\LoggerAwareStub
logger_aware_test.services.yml file core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml
Logging severity levels group core/lib/Drupal/Core/Logger/RfcLogLevel.php Logging severity levels as defined in RFC 5424.
LoggingForm class core/modules/system/src/Form/LoggingForm.php Configure logging settings for this site.
LoggingForm.php file core/modules/system/src/Form/LoggingForm.php
LoggingForm::buildForm function core/modules/system/src/Form/LoggingForm.php Form constructor.
LoggingForm::getFormId function core/modules/system/src/Form/LoggingForm.php Returns a unique string identifying the form.
LoggingTest class core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests the query logging facility.
LoggingTest.php file core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php
LoggingTest::providerContribDriverLog function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Provides data for the testContribDriverLog test.
LoggingTest::testContribDriverLog function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that a log called by a custom database driver returns proper caller.
LoggingTest::testEnableLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can log the existence of a query.
LoggingTest::testEnableMultiConnectionLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can log queries separately on different connections.
LoggingTest::testEnableMultiLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can run two logs in parallel.
LoggingTest::testEnableTargetLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests logging queries against multiple targets on the same connection.
LoggingTest::testEnableTargetLoggingNoTarget function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that logs to separate targets use the same connection properly.
LoggingTest::testGetLoggingWrongKey function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that getLog with a wrong key return an empty array.
LoginLogoutMenuLink class core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php A menu link that shows "Log in" or "Log out" as appropriate.
LoginLogoutMenuLink.php file core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php
LoginLogoutMenuLink::$currentUser property core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The current user.

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