TYPO3 CMS  TYPO3_6-2
WriterInterface.php
Go to the documentation of this file.
1 <?php
3 
21 interface WriterInterface {
29  public function writeLog(\TYPO3\CMS\Core\Log\LogRecord $record);
30 
31 }
writeLog(\TYPO3\CMS\Core\Log\LogRecord $record)