Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LoggerChannel::MAX_CALL_DEPTH | constant | core/ |
Maximum call depth to self::log() for a single log message. |
| 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 | class | core/ |
Defines a factory for logging channels. |
| LoggerChannelFactory.php | file | core/ |
|
| 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::addLogger | function | core/ |
Adds a logger to all the channels. |
| LoggerChannelFactory::get | function | core/ |
Retrieves the registered logger for the requested channel. |
| LoggerChannelFactory::__construct | function | core/ |
Constructs a LoggerChannelFactory. |
| LoggerChannelFactoryInterface | interface | core/ |
Logger channel factory interface. |
| LoggerChannelFactoryInterface.php | file | core/ |
|
| LoggerChannelFactoryInterface::addLogger | function | core/ |
Adds a logger to all the channels. |
| LoggerChannelFactoryInterface::get | function | core/ |
Retrieves the registered logger for the requested channel. |
| LoggerChannelFactoryTest | class | core/ |
Tests Drupal\Core\Logger\LoggerChannelFactory. |
| LoggerChannelFactoryTest.php | file | core/ |
|
| LoggerChannelFactoryTest::testGet | function | core/ |
Tests LoggerChannelFactory::get(). |
| LoggerChannelInterface | interface | core/ |
Logger channel interface. |
| LoggerChannelInterface.php | file | core/ |
|
| LoggerChannelInterface::addLogger | function | core/ |
Adds a logger. |
| 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 | trait | core/ |
Wrapper methods for the logger factory service. |
| LoggerChannelTrait.php | file | core/ |
|
| LoggerChannelTrait::$loggerFactory | property | core/ |
The logger channel factory service. |
| LoggerChannelTrait::getLogger | function | core/ |
Gets the logger for a specific channel. |
| 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/ |
|
| LoggerStub::log | function | core/ |
|
| logger_aware_test.info.yml | file | core/ |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.info.yml |
| logger_aware_test.logger_aware_existing | service | core/ |
Drupal\logger_aware_test\LoggerAwareStub |
| logger_aware_test.logger_aware_stub | service | core/ |
Drupal\logger_aware_test\LoggerAwareStub |
| logger_aware_test.services.yml | file | core/ |
core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml |
| Logging severity levels | group | core/ |
Logging severity levels as defined in RFC 5424. |
| LoggingBeginner | class | core/ |
A composer-stager Beginner decorator that adds logging. |
| LoggingBeginner | class | core/ |
Logs Composer Stager's Beginner process output to a file. |
Pagination
- Previous page
- Page 989
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.