Inheritance: extends Psr\Log\AbstractLogger, implements Psr\Log\LoggerInterface
 /**
  * {@inheritdoc}
  */
 public function configure()
 {
     $this->channelManager->setChannel('default', $this->makeDefaultLogger());
 }