Home
last modified time | relevance | path

Searched refs:logopts (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md532 * Added new $logopts arg to SyslogHandler to provide custom openlog options
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogHandler.php35 protected $logopts; variable in Monolog\\Handler\\SyslogHandler
40 * @param int $logopts Option flags for the openlog() call, defaults to LOG_PID
42 … $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, int $logopts = LOG_PID) argument
47 $this->logopts = $logopts;
63 if (!openlog($this->ident, $this->logopts, $this->facility)) {