interface LoggerAwareInterface
Describes a logger-aware instance.
Hierarchy
- interface \Psr\Log\LoggerAwareInterface
Expanded class hierarchy of LoggerAwareInterface
All classes that implement LoggerAwareInterface
15 files declare their use of LoggerAwareInterface
- ChangeLogger.php in core/
modules/ package_manager/ src/ EventSubscriber/ ChangeLogger.php - CheckpointStorage.php in core/
lib/ Drupal/ Core/ Config/ Checkpoint/ CheckpointStorage.php - CombinedStore.php in vendor/
symfony/ lock/ Store/ CombinedStore.php - ComposerInspector.php in core/
modules/ package_manager/ src/ ComposerInspector.php - CoreServiceProvider.php in core/
lib/ Drupal/ Core/ CoreServiceProvider.php
File
-
vendor/
psr/ log/ src/ LoggerAwareInterface.php, line 8
Namespace
Psr\LogView source
interface LoggerAwareInterface {
/**
* Sets a logger instance on the object.
*/
public function setLogger(LoggerInterface $logger) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
LoggerAwareInterface::setLogger | public | function | Sets a logger instance on the object. | 1 |