Home
last modified time | relevance | path

Searched refs:appendNewline (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php33 protected $appendNewline; variable in Monolog\\Formatter\\JsonFormatter
42 …public function __construct(int $batchMode = self::BATCH_MODE_JSON, bool $appendNewline = true, bo… argument
45 $this->appendNewline = $appendNewline;
69 return $this->appendNewline;
94 return $this->toJson($normalized, true) . ($this->appendNewline ? "\n" : '');
142 $oldNewline = $this->appendNewline;
143 $this->appendNewline = false;
147 $this->appendNewline = $oldNewline;
H A DLogglyFormatter.php25 …public function __construct(int $batchMode = self::BATCH_MODE_NEWLINES, bool $appendNewline = fals… argument
27 parent::__construct($batchMode, $appendNewline);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php590 * @param bool $appendNewline Append a newline to the snippet? (default: false)
594 private function prepare($text, $bonus = 0, $prependNewline = true, $appendNewline = false) argument
600 if ($appendNewline) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md428 * Added $appendNewline flag to the JsonFormatter to enable using it when logging to files