Home
last modified time | relevance | path

Searched refs:expandNewlines (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md413 …* Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message …
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php32 protected $expandNewlines; variable in Monolog\\Handler\\ErrorLogHandler
36 …* @param bool $expandNewlines If set to true, newlines in the message will be expanded to be take …
38 … self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $expandNewlines = false) argument
49 $this->expandNewlines = $expandNewlines;
76 if (!$this->expandNewlines) {