Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php26 … public const SIMPLE_FORMAT = "[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n"; define in Monolog\\Formatter\\LineFormatter
45 $this->format = $format === null ? static::SIMPLE_FORMAT : $format;