TYPO3 CMS  TYPO3_6-2
All Classes Namespaces Files Functions Variables Pages
WriterFailing.php
Go to the documentation of this file.
1 <?php
3 
23 
31  public function writeLog(\TYPO3\CMS\Core\Log\LogRecord $record) {
32  throw new \RuntimeException('t3lib_log_writer_Failing failed');
33  }
34 
35 }
writeLog(\TYPO3\CMS\Core\Log\LogRecord $record)