Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php151 'color' => $this->getAttachmentColor($record['level']),
207 public function getAttachmentColor(int $level): string function in Monolog\\Handler\\Slack\\SlackRecord