Home
last modified time | relevance | path

Searched refs:int (Results 26 – 50 of 743) sorted by path

12345678910>>...30

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php76 public function getLevel(): int
H A DBufferHandler.php50 …public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBU…
H A DDeduplicationHandler.php72 …, ?string $deduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $b…
H A DErrorLogHandler.php38 …public function __construct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, boo…
H A DFingersCrossedHandler.php81 …public function __construct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubbl…
H A DFleepHookHandler.php56 ?int $chunkSize = null
H A DFlowdockHandler.php50 ?int $chunkSize = null
H A DInsightOpsHandler.php46 ?int $chunkSize = null
H A DLogEntriesHandler.php43 ?int $chunkSize = null
H A DLogmaticHandler.php57 ?int $chunkSize = null
H A DNativeMailerHandler.php73 …tring $subject, string $from, $level = Logger::ERROR, bool $bubble = true, int $maxColumnWidth = 7…
H A DPushoverHandler.php110 int $retry = 30,
111 int $expire = 25200,
116 ?int $chunkSize = null
H A DRedisHandler.php45 …ion __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int $capSize = 0)
H A DRotatingFileHandler.php52 …ic function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bubble …
162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
H A DSamplingHandler.php54 public function __construct($handler, int $factor)
H A DSlackHandler.php67 ?int $chunkSize = null
H A DSocketHandler.php69 ?int $chunkSize = null
175 public function setChunkSize(int $bytes): self
227 public function getChunkSize(): ?int
424 private function writingIsTimedOut(int $sent): bool
H A DStreamHandler.php54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis…
120 public function getStreamChunkSize(): int
181 private function customErrorHandler(int $code, string $msg): bool
H A DSyslogHandler.php42 … $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, int $logopts = LOG_PID)
H A DSyslogUdpHandler.php56 …struct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble =…
108 protected function makeCommonSyslogHeader(int $severity, DateTimeInterface $datetime): string
H A DZendMonitorHandler.php81 …n writeZendMonitorCustomEvent(string $type, string $message, array $formatted, int $severity): void
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php42 public static function execute($ch, int $retries = 5, bool $closeAfterDone = true)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php207 public function getAttachmentColor(int $level): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php28 public function __construct(string $ip, int $port = 514)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php292 public function addRecord(int $level, string $message, array $context = []): bool
402 public static function getLevelName(int $level): string
420 public static function toMonologLevel($level): int
450 public function isHandling(int $level): bool

12345678910>>...30