interface LoggerAwareInterface in TMGMT Translator Smartling 8.3
Same name and namespace in other branches
- 8.4 vendor/psr/log/Psr/Log/LoggerAwareInterface.php \Psr\Log\LoggerAwareInterface
- 8.2 vendor/psr/log/Psr/Log/LoggerAwareInterface.php \Psr\Log\LoggerAwareInterface
Describes a logger-aware instance.
Hierarchy
- interface \Psr\Log\LoggerAwareInterface
Expanded class hierarchy of LoggerAwareInterface
All classes that implement LoggerAwareInterface
File
- vendor/
psr/ log/ Psr/ Log/ LoggerAwareInterface.php, line 8
Namespace
Psr\LogView source
interface LoggerAwareInterface {
/**
* Sets a logger instance on the object.
*
* @param LoggerInterface $logger
*
* @return void
*/
public function setLogger(LoggerInterface $logger);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LoggerAwareInterface:: |
public | function | Sets a logger instance on the object. |