MediaWiki REL1_34
CeeFormatter.php
Go to the documentation of this file.
1<?php
2
4
20 public function format( array $record ) {
21 return "@cee: " . parent::format( $record );
22 }
23}
CeeFormatter extends LogstashFormatter to prefix records with a "cee cookie".
format(array $record)
Format records with a cee cookie.
LogstashFormatter squashes the base message array and the context and extras subarrays into one.