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 |
Call to test a logger channel class with no constructor. |
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. |
LoggingBeginner |
class |
core/modules/package_manager/src/LoggingBeginner.php |
Logs Composer Stager's Beginner process output to a file. |
LoggingBeginner |
class |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingBeginner.php |
A composer-stager Beginner decorator that adds logging. |
LoggingBeginner.php |
file |
core/modules/package_manager/src/LoggingBeginner.php |
|
LoggingBeginner.php |
file |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingBeginner.php |
|
LoggingBeginner::$inner |
property |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingBeginner.php |
The decorated service. |
LoggingBeginner::begin |
function |
core/modules/package_manager/src/LoggingBeginner.php |
|
LoggingBeginner::begin |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingBeginner.php |
|
LoggingBeginner::__construct |
function |
core/modules/package_manager/src/LoggingBeginner.php |
|
LoggingBeginner::__construct |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingBeginner.php |
Constructs a Beginner object. |
LoggingBeginnerTest |
class |
core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php |
Tests Logging Beginner. |
LoggingBeginnerTest.php |
file |
core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php |
|
LoggingBeginnerTest::testDecoratedBeginnerIsCalled |
function |
core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php |
Tests the output of LoggingBeginner(). |
LoggingCommitter |
class |
core/modules/package_manager/src/LoggingCommitter.php |
Logs Composer Stager's Committer process output to a file. |
LoggingCommitter |
class |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php |
A composer-stager Committer decorator that adds logging. |
LoggingCommitter.php |
file |
core/modules/package_manager/src/LoggingCommitter.php |
|
LoggingCommitter.php |
file |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php |
|
LoggingCommitter::$inner |
property |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php |
The decorated service. |
LoggingCommitter::commit |
function |
core/modules/package_manager/src/LoggingCommitter.php |
|
LoggingCommitter::commit |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php |
|
LoggingCommitter::__construct |
function |
core/modules/package_manager/src/LoggingCommitter.php |
|
LoggingCommitter::__construct |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingCommitter.php |
Constructs a Committer object. |
LoggingCommitterTest |
class |
core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php |
Tests Logging Committer. |
LoggingCommitterTest.php |
file |
core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php |
|
LoggingCommitterTest::testDecoratedCommitterIsCalled |
function |
core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php |
Tests the output of LoggingCommitter(). |
LoggingDecoratorTrait |
trait |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php |
Records information about method invocations. |
LoggingDecoratorTrait.php |
file |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php |
|
LoggingDecoratorTrait::$state |
property |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php |
The state service. |
LoggingDecoratorTrait::getInvocationArguments |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php |
Returns the arguments from every invocation of the main class method. |
LoggingDecoratorTrait::saveInvocationArguments |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php |
Records the arguments from an invocation of the main class method. |
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. |
LoggingStager |
class |
core/modules/package_manager/src/LoggingStager.php |
Logs Composer Stager's Stager process output to a file. |
LoggingStager.php |
file |
core/modules/package_manager/src/LoggingStager.php |
|
LoggingStager::stage |
function |
core/modules/package_manager/src/LoggingStager.php |
|
LoggingStager::__construct |
function |
core/modules/package_manager/src/LoggingStager.php |
|
LoggingStagerTest |
class |
core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php |
Tests Logging Stager. |