Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php133 … This may be caused by a premature call to close().' . Utils::getRecordMessageForException($record…
146 … opened in append mode: '.$this->errorMessage, $url) . Utils::getRecordMessageForException($record…
154 …throw new \LogicException('No stream was opened yet' . Utils::getRecordMessageForException($record…
H A DSyslogHandler.php64 ….$this->ident.'" and facility "'.$this->facility.'"' . Utils::getRecordMessageForException($record…
H A DSqsHandler.php49 …sHandler accepts only formatted records as a string' . Utils::getRecordMessageForException($record…
H A DSwiftMailerHandler.php88 …Swift_Message or a callable returning it' . ($record ? Utils::getRecordMessageForException($record…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php267 public static function getRecordMessageForException(array $record): string function in Monolog\\Utils