Home
last modified time | relevance | path

Searched refs:BATCH_MODE_NEWLINES (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php28 public const BATCH_MODE_NEWLINES = 2; define in Monolog\\Formatter\\JsonFormatter
103 case static::BATCH_MODE_NEWLINES:
H A DLogglyFormatter.php25 …public function __construct(int $batchMode = self::BATCH_MODE_NEWLINES, bool $appendNewline = fals…