コード例 #1
0
ファイル: CustomChannel.php プロジェクト: kdyby/monolog
 /**
  * {@inheritdoc}
  * @return callable[]
  */
 public function getProcessors()
 {
     return $this->parentLogger->getProcessors();
 }