Home
last modified time | relevance | path

Searched refs:useShortAttachment (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md384 …* Added $useShortAttachment to SlackHandler to minify attachment size and $includeExtra to append …
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php68 private $useShortAttachment; variable in Monolog\\Handler\\Slack\\SlackRecord
100 bool $useShortAttachment = false, argument
110 ->useShortAttachment($useShortAttachment)
159 if ($this->useShortAttachment) {
172 if ($this->useShortAttachment) {
285 public function useShortAttachment(bool $useShortAttachment = false): self function in Monolog\\Handler\\Slack\\SlackRecord
287 $this->useShortAttachment = $useShortAttachment;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php47 …* @param bool $useShortAttachment Whether the context/extra messages add…
60 bool $useShortAttachment = false, argument
89 $useShortAttachment,
233 public function useShortAttachment(bool $useShortAttachment): self argument
235 $this->slackRecord->useShortAttachment($useShortAttachment);
H A DSlackWebhookHandler.php45 …* @param bool $useShortAttachment Whether the the context/extra messages added to Slack…
55 bool $useShortAttachment = false, argument
74 $useShortAttachment,