10 defined(
'JPATH_PLATFORM') or die;
25 protected $line_separator =
"\n";
34 public function __construct(array &$options)
36 parent::__construct($options);
38 if (!empty($this->options[
'line_separator']))
40 $this->line_separator = $this->options[
'line_separator'];
55 echo $this->priorities[$entry->priority] .
': '
56 . $entry->message . (empty($entry->category) ?
'' :
' [' . $entry->category .
']')
57 . $this->line_separator;