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
logger.channel_base service core/core.services.yml Drupal\Core\Logger\LoggerChannel
logger.dblog service core/modules/dblog/dblog.services.yml Drupal\dblog\Logger\DbLog
logger.factory service core/core.services.yml Drupal\Core\Logger\LoggerChannelFactory
logger.log_message_parser service core/core.services.yml Drupal\Core\Logger\LogMessageParser
logger.syslog service core/modules/syslog/syslog.services.yml Drupal\syslog\Logger\SysLog
logger.syslog_test service core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml Drupal\syslog_test\Logger\SysLogTest
LoggerAwarePass class core/lib/Drupal/Core/DependencyInjection/Compiler/LoggerAwarePass.php Sets the logger on all services that implement LoggerAwareInterface.
LoggerAwarePass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/LoggerAwarePass.php
LoggerAwarePass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/LoggerAwarePass.php
LoggerAwarePassTest class core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests the logger aware compiler pass.
LoggerAwarePassTest.php file core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php
LoggerAwarePassTest::$modules property core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Modules to install.
LoggerAwarePassTest::testExistingLogger function core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests that existing loggers are not overwritten.
LoggerAwarePassTest::testLoggerAwarePass function core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests that the logger aware compiler pass works.
LoggerAwareStub class core/modules/system/tests/modules/logger_aware_test/src/LoggerAwareStub.php A test class that implements LoggerAwareInterface.
LoggerAwareStub.php file core/modules/system/tests/modules/logger_aware_test/src/LoggerAwareStub.php
LoggerAwareStub::getLogger function core/modules/system/tests/modules/logger_aware_test/src/LoggerAwareStub.php Gets the logger.
LoggerChannel class core/lib/Drupal/Core/Logger/LoggerChannel.php Defines a logger channel that most implementations will use.
LoggerChannel.php file core/lib/Drupal/Core/Logger/LoggerChannel.php
LoggerChannel::$callDepth property core/lib/Drupal/Core/Logger/LoggerChannel.php Number of times LoggerChannel::log() has been called for a single message.
LoggerChannel::$channel property core/lib/Drupal/Core/Logger/LoggerChannel.php The name of the channel of this logger instance.
LoggerChannel::$currentUser property core/lib/Drupal/Core/Logger/LoggerChannel.php The current user object.
LoggerChannel::$levelTranslation property core/lib/Drupal/Core/Logger/LoggerChannel.php Map of PSR3 log constants to RFC 5424 log constants.
LoggerChannel::$loggers property core/lib/Drupal/Core/Logger/LoggerChannel.php An array of arrays of \Psr\Log\LoggerInterface keyed by priority.
LoggerChannel::$requestStack property core/lib/Drupal/Core/Logger/LoggerChannel.php The request stack object.
LoggerChannel::addLogger function core/lib/Drupal/Core/Logger/LoggerChannel.php Adds a logger.
LoggerChannel::log function core/lib/Drupal/Core/Logger/LoggerChannel.php
LoggerChannel::MAX_CALL_DEPTH constant core/lib/Drupal/Core/Logger/LoggerChannel.php Maximum call depth to self::log() for a single log message.
LoggerChannel::setCurrentUser function core/lib/Drupal/Core/Logger/LoggerChannel.php Sets the current user.
LoggerChannel::setLoggers function core/lib/Drupal/Core/Logger/LoggerChannel.php Sets the loggers for this channel.
LoggerChannel::setRequestStack function core/lib/Drupal/Core/Logger/LoggerChannel.php Sets the request stack.
LoggerChannel::sortLoggers function core/lib/Drupal/Core/Logger/LoggerChannel.php Sorts loggers according to priority.
LoggerChannel::__construct function core/lib/Drupal/Core/Logger/LoggerChannel.php Constructs a LoggerChannel object.
LoggerChannelFactory class core/lib/Drupal/Core/Logger/LoggerChannelFactory.php Defines a factory for logging channels.
LoggerChannelFactory.php file core/lib/Drupal/Core/Logger/LoggerChannelFactory.php
LoggerChannelFactory::$channels property core/lib/Drupal/Core/Logger/LoggerChannelFactory.php Array of all instantiated logger channels keyed by channel name.
LoggerChannelFactory::$currentUser property core/lib/Drupal/Core/Logger/LoggerChannelFactory.php The current user.
LoggerChannelFactory::$loggers property core/lib/Drupal/Core/Logger/LoggerChannelFactory.php An array of arrays of \Psr\Log\LoggerInterface keyed by priority.
LoggerChannelFactory::$requestStack property core/lib/Drupal/Core/Logger/LoggerChannelFactory.php The request stack.
LoggerChannelFactory::addLogger function core/lib/Drupal/Core/Logger/LoggerChannelFactory.php
LoggerChannelFactory::get function core/lib/Drupal/Core/Logger/LoggerChannelFactory.php
LoggerChannelFactory::setContainer function core/lib/Drupal/Core/Logger/LoggerChannelFactory.php Sets the service container.
LoggerChannelFactory::__construct function core/lib/Drupal/Core/Logger/LoggerChannelFactory.php Constructs a LoggerChannelFactory.
LoggerChannelFactory::__get function core/lib/Drupal/Core/Logger/LoggerChannelFactory.php
LoggerChannelFactoryInterface interface core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php Logger channel factory interface.
LoggerChannelFactoryInterface.php file core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php
LoggerChannelFactoryInterface::addLogger function core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php Adds a logger to all the channels.
LoggerChannelFactoryInterface::get function core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php Retrieves the registered logger for the requested channel.
LoggerChannelFactoryTest class core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php @coversDefaultClass \Drupal\Core\Logger\LoggerChannelFactory
@group Logger
LoggerChannelFactoryTest.php file core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php

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