TYPO3  7.6
LoggerAwareInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Log;
4 
9 {
17  public function setLogger(LoggerInterface $logger);
18 }