Home
last modified time | relevance | path

Searched refs:LoggerInterface (Results 26 – 50 of 68) sorted by last modified time

123

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php18 use Psr\Log\LoggerInterface;
54 * @var LoggerInterface
71 public function __construct($config = [], ?callable $callback = null, ?LoggerInterface $logger = null)
653 public function setLogger(LoggerInterface $logger)
17 use Psr\Log\LoggerInterface; global() alias
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionInterface.php23 use Psr\Log\LoggerInterface; alias
H A DConnection.php45 use Psr\Log\LoggerInterface; alias
80 * @var LoggerInterface
85 * @var LoggerInterface
134 LoggerInterface $log,
135 LoggerInterface $trace
H A DConnectionFactory.php22 use Psr\Log\LoggerInterface; alias
37 * @var LoggerInterface
42 * @var LoggerInterface
51 public function __construct(callable $handler, array $connectionParams, SerializerInterface $serializer, LoggerInterface $logger, LoggerInterface $tracer)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php26 use Psr\Log\LoggerInterface; alias
36 * @var LoggerInterface
62 * @param \Psr\Log\LoggerInterface $log Monolog logger object
64 public function __construct(int $retries, AbstractConnectionPool $connectionPool, LoggerInterface $log, bool $sniffOnStart = false)
H A DClientBuilder.php39 use Psr\Log\LoggerInterface; alias
71 * @var LoggerInterface
76 * @var LoggerInterface
357 * @param LoggerInterface $logger
359 public function setLogger(LoggerInterface $logger): ClientBuilder
369 * @param LoggerInterface $tracer
371 public function setTracer(LoggerInterface $tracer): ClientBuilder
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/
H A DEmptyLogger.php22 use Psr\Log\LoggerInterface; alias
30 class EmptyLogger extends AbstractLogger implements LoggerInterface
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md336 - ClientBuilder: setLogger() and setTracer() only accept \Psr\Log\LoggerInterface (#673) [[0270c4f]](http://github.com/elasticsearch/elasticsearch-php/commit/0270c4f)
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php12 abstract class AbstractLogger implements LoggerInterface
H A DLoggerAwareInterface.php13 * @param LoggerInterface $logger
17 public function setLogger(LoggerInterface $logger);
H A DLoggerAwareTrait.php13 * @var LoggerInterface|null
20 * @param LoggerInterface $logger
22 public function setLogger(LoggerInterface $logger)
H A DLoggerInterface.php20 interface LoggerInterface interface
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md370 * Removed `\Elastica\Client::_log`, `\Elastica\Log` and the `log` configuration option. Use the `Psr\Log\LoggerInterface $logger` client argument to customize logging.
831 - Elastica\Client constructor now accepts a LoggerInterface and will log both successful and failed requests. [#1069](https://github.com/ruflin/Elastica/pull/1069)
1665 - Elastica\Log implement LoggerInterface(extends Psr\Log\AbstractLogger)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc233 .`setLogger(Psr\Log\LoggerInterface $logger)`
246 .`setTracer(Psr\Log\LoggerInterface $tracer)`
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php5 use Psr\Log\LoggerInterface; alias
10 * Provides a base test class for ensuring compliance with the LoggerInterface.
18 * @return LoggerInterface
35 $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md25 use Psr\Log\LoggerInterface;
31 public function __construct(LoggerInterface $logger = null)
56 implement `Psr\Log\LoggerInterface` in your code. Please read the
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc23 LoggerInterface $logger,
24 LoggerInterface $tracer)
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerInterface.php20 interface LoggerInterface interface
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php16 use Psr\Log\LoggerInterface; alias
34 class Logger implements LoggerInterface, ResettableInterface
H A DSignalHandler.php14 use Psr\Log\LoggerInterface; alias
28 /** @var LoggerInterface */
38 public function __construct(LoggerInterface $logger)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md553 `Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md518 … Added PSR-3 compliance, the `Monolog\Logger` class is now an instance of `Psr\Log\LoggerInterface`
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php37 use Psr\Log\LoggerInterface; alias
85 * @var LoggerInterface $logger
1115 * @param LoggerInterface $logger
1117 public function setLogger(LoggerInterface $logger)
1123 * @return LoggerInterface
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php5 use Psr\Log\LoggerInterface; alias
18 * @return LoggerInterface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php9 use Psr\Log\LoggerInterface; alias
179 * @param LoggerInterface $logger Logs messages.
185 …public static function log(LoggerInterface $logger, MessageFormatter $formatter, $logLevel = 'info…

123