Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| logger.channel.system | service | core/ |
|
| logger.channel.user | service | core/ |
|
| logger.channel.workspaces | service | core/ |
|
| logger.channel_base | service | core/ |
Drupal\Core\Logger\LoggerChannel |
| logger.console | service | core/ |
Drupal\Core\Command\DrupalConsoleLogger |
| logger.log_message_parser | service | core/ |
Drupal\Core\Logger\LogMessageParser |
| logger.responsive_image | service | core/ |
|
| logger.syslog | service | core/ |
Drupal\syslog\Logger\SysLog |
| logger.syslog_test | service | core/ |
Drupal\syslog_test\Logger\SysLogFile |
| LoggerAwarePass | class | core/ |
Sets the logger on all services that implement LoggerAwareInterface. |
| LoggerAwarePass.php | file | core/ |
|
| LoggerAwarePass::process | function | core/ |
|
| LoggerAwarePassTest | class | core/ |
Tests the logger aware compiler pass. |
| LoggerAwarePassTest.php | file | core/ |
|
| LoggerAwarePassTest::$modules | property | core/ |
Modules to install. |
| LoggerAwarePassTest::testExistingLogger | function | core/ |
Tests that existing loggers are not overwritten. |
| LoggerAwarePassTest::testLoggerAwarePass | function | core/ |
Tests that the logger aware compiler pass works. |
| LoggerAwareStub | class | core/ |
A test class that implements LoggerAwareInterface. |
| LoggerAwareStub.php | file | core/ |
|
| LoggerAwareStub::getLogger | function | core/ |
Gets the logger. |
| LoggerChannel::$currentUser | property | core/ |
The current user object. |
| LoggerChannel::$levelTranslation | property | core/ |
Map of PSR3 log constants to RFC 5424 log constants. |
| LoggerChannel::$loggers | property | core/ |
An array of arrays of \Psr\Log\LoggerInterface keyed by priority. |
| LoggerChannel::$requestStack | property | core/ |
The request stack object. |
| LoggerChannel::setCurrentUser | function | core/ |
Sets the current user. |
| LoggerChannel::setLoggers | function | core/ |
Sets the loggers for this channel. |
| LoggerChannel::setRequestStack | function | core/ |
Sets the request stack. |
| LoggerChannel::sortLoggers | function | core/ |
Sorts loggers according to priority. |
| LoggerChannel::__construct | function | core/ |
Constructs a LoggerChannel object. |
| LoggerChannelFactory::$channels | property | core/ |
Array of all instantiated logger channels keyed by channel name. |
| LoggerChannelFactory::$loggers | property | core/ |
An array of arrays of \Psr\Log\LoggerInterface keyed by priority. |
| LoggerChannelFactory::__construct | function | core/ |
Constructs a LoggerChannelFactory. |
| LoggerChannelFactoryTest | class | core/ |
Tests Drupal\Core\Logger\LoggerChannelFactory. |
| LoggerChannelFactoryTest.php | file | core/ |
|
| LoggerChannelFactoryTest::testGet | function | core/ |
Tests LoggerChannelFactory::get(). |
| LoggerChannelInterface::setCurrentUser | function | core/ |
Sets the current user. |
| LoggerChannelInterface::setLoggers | function | core/ |
Sets the loggers for this channel. |
| LoggerChannelInterface::setRequestStack | function | core/ |
Sets the request stack. |
| LoggerChannelTest | class | core/ |
Tests Drupal\Core\Logger\LoggerChannel. |
| LoggerChannelTest.php | file | core/ |
|
| LoggerChannelTest::providerTestLog | function | core/ |
Data provider for self::testLog(). |
| LoggerChannelTest::testLog | function | core/ |
Tests LoggerChannel::log(). |
| LoggerChannelTest::testLogRecursionProtection | function | core/ |
Tests LoggerChannel::log() recursion protection. |
| LoggerChannelTest::testNullIp | function | core/ |
Tests that $context['ip'] is a string even when the request's IP is NULL. |
| LoggerChannelTest::testSortLoggers | function | core/ |
Tests LoggerChannel::addLoggers(). |
| LoggerChannelTrait::setLoggerFactory | function | core/ |
Injects the logger channel factory. |
| LoggerChannelWithoutConstructor | class | core/ |
Call to test a logger channel class with no constructor. |
| LoggerChannelWithoutConstructor::__construct | function | core/ |
Constructs a LoggerChannelFactory. |
| LoggerStub | class | core/ |
A logger stub. |
| LoggerStub.php | file | core/ |
Pagination
- Previous page
- Page 856
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.