Home
last modified time | relevance | path

Searched defs:facility (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php56 …public function __construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::…
H A DAbstractSyslogHandler.php26 protected $facility; variable in Monolog\\Handler\\AbstractSyslogHandler
65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true)
H A DSyslogHandler.php42 …public function __construct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bub…