Home
last modified time | relevance | path

Searched refs:StreamHandler (Results 1 – 11 of 11) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php34 use GuzzleHttp\Ring\Client\StreamHandler; alias
39 use Monolog\Handler\StreamHandler as MonologStreamHandler;
1201 $options['handler'] = new StreamHandler();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md113 * Fixing timeout bug with StreamHandler:
115 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
127 * Bug fix: defer sink stream opening in StreamHandler.
144 * Bug fix: setting verify to false in the StreamHandler now disables peer
227 * No longer allowing self signed certificates when using the StreamHandler.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php18 class StreamHandler class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php7 use GuzzleHttp\Handler\StreamHandler; alias
116 ? Proxy::wrapStreaming($handler, new StreamHandler())
117 : new StreamHandler();
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md23 …* Fixed regression in StreamHandler since 2.3.3 on systems with the memory_limit set to >=20GB (#1…
31 …* Fixed memory usage when using StreamHandler and calling stream_get_contents on the resource you …
50 …* Fixed StreamHandler thread safety - chunk size set to 2GB now to avoid interlacing when doing co…
229 * Fixed race bug when StreamHandler sometimes incorrectly reported it failed to create a directory
272 * Added StreamHandler::getUrl to retrieve the stream's URL
337 * Fixed StreamHandler creation of directory to only trigger when the first log write happens
346 …* Added automatic creation of directories if they are missing for a StreamHandler to open a log fi…
399 * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing
424 * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler
430 * Fixed multi-threading support in StreamHandler
[all …]
H A DREADME.md32 use Monolog\Handler\StreamHandler;
36 $log->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php27 class RotatingFileHandler extends StreamHandler
H A DStreamHandler.php26 class StreamHandler extends AbstractProcessingHandler class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc37 use Monolog\Handler\StreamHandler;
40 $logger->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md92 - Added a fix to the StreamHandler to return a `FutureArrayInterface` when an
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php16 class StreamHandler class