Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DGelfHandler.php14 use Gelf\PublisherInterface; alias
28 * @var PublisherInterface the publisher object that sends the message to the server
33 * @param PublisherInterface $publisher a gelf publisher object
35 …public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = …