/**
  * Overrides the default batch mode to new lines for compatibility with the
  * Loggly bulk API.
  *
  * @param integer $batchMode
  */
 public function __construct($batchMode = self::BATCH_MODE_NEWLINES, $appendNewline = false)
 {
     parent::__construct($batchMode, $appendNewline);
 }
Ejemplo n.º 2
0
 /**
  * Overrides the default batch mode to new lines for compatibility with the
  * Loggly bulk API.
  *
  * @param integer $batch_mode
  */
 public function __construct($batch_mode = self::BATCH_MODE_NEWLINES)
 {
     parent::__construct($batch_mode);
 }