Searched refs:StreamHandler (Results 1 – 11 of 11) sorted by relevance
7 use GuzzleHttp\Handler\StreamHandler; alias116 ? Proxy::wrapStreaming($handler, new StreamHandler())117 : new StreamHandler();
37 use Monolog\Handler\StreamHandler;40 $logger->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
23 …* 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 directory272 * Added StreamHandler::getUrl to retrieve the stream's URL337 * Fixed StreamHandler creation of directory to only trigger when the first log write happens346 …* 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 writing424 * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler430 * Fixed multi-threading support in StreamHandler[all …]
32 use Monolog\Handler\StreamHandler;36 $log->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
27 class RotatingFileHandler extends StreamHandler
26 class StreamHandler extends AbstractProcessingHandler class
34 use GuzzleHttp\Ring\Client\StreamHandler; alias39 use Monolog\Handler\StreamHandler as MonologStreamHandler;1201 $options['handler'] = new StreamHandler();
92 - Added a fix to the StreamHandler to return a `FutureArrayInterface` when an
16 class StreamHandler class
18 class StreamHandler class
113 * Fixing timeout bug with StreamHandler:115 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when127 * Bug fix: defer sink stream opening in StreamHandler.144 * Bug fix: setting verify to false in the StreamHandler now disables peer227 * No longer allowing self signed certificates when using the StreamHandler.