Searched refs:addRecord (Results 1 – 1 of 1) sorted by relevance
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | Logger.php | 292 public function addRecord(int $level, string $message, array $context = []): bool function in Monolog\\Logger 501 $this->addRecord($level, (string) $message, $context); 514 $this->addRecord(static::DEBUG, (string) $message, $context); 527 $this->addRecord(static::INFO, (string) $message, $context); 540 $this->addRecord(static::NOTICE, (string) $message, $context); 553 $this->addRecord(static::WARNING, (string) $message, $context); 566 $this->addRecord(static::ERROR, (string) $message, $context); 579 $this->addRecord(static::CRITICAL, (string) $message, $context); 592 $this->addRecord(static::ALERT, (string) $message, $context); 605 $this->addRecord(static::EMERGENCY, (string) $message, $context);
|