Describes a logger-aware instance
Expanded class hierarchy of LoggerAwareInterface
All classes that implement LoggerAwareInterface
interface LoggerAwareInterface {
/**
* Sets a logger instance on the object
*
* @param LoggerInterface $logger
* @return null
*/
public function setLogger(LoggerInterface $logger);
}
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LoggerAwareInterface:: |
public | function | Sets a logger instance on the object |