vault / seldaek-monolog / 2.10.0
seldaek-monolog @ 2.10.0
integrity
- size
- 180.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added
$fileOpenModetoStreamHandlerto define a custom fopen mode to open the log file (#1913) - Fixed
StreamHandlerhandling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882) - Fixed
StreamHandlererror handler causing issues if a stream handler triggers an error (#1866) - Fixed
JsonFormatterhandling of incomplete classes (#1834) - Fixed
RotatingFileHandlerbug where rotation could sometimes not happen correctly (#1905)
Full Changelog: https://github.com/Seldaek/monolog/compare/2.9.3...2.10.0
download
unix · zip
curl -fL -o 2.10.0.zip https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.zip
printf '%s %s\n' '2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd' '2.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.zip"
$out = "2.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.10.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.tar.gz
printf '%s %s\n' '7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804' '2.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.tar.gz"
$out = "2.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.zip
printf '%s %s\n' '2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd' '2.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.zip"
$out = "2.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.tar.gz
printf '%s %s\n' '7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804' '2.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.tar.gz"
$out = "2.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.10.0.zip | zip | 182.5 KiB |
blake3-24 2a3b94051427a6136a10940f1a660ee2de8b1299f4f39e7f
sha256 2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd
sha1 0a726506ecbab433f369b90108791258eab580ba
|
| 2.10.0.tar.gz | tar.gz | 101.0 KiB |
blake3-24 8744a37675e56216402c8e974ee72b72abd2183b8240e817
sha256 7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804
sha1 e8a68971cf689ef42dc546117a0d816a74dafa81
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.tar.gz"],
integrity = "sha256-fVEpC3CuvzshTorrv7e5wYbhpX6BjZEmwHk8fBgGaAQ=",
strip_prefix = "seldaek-monolog-2.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:2.10.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.tar.gz"],
integrity = "sha256-fVEpC3CuvzshTorrv7e5wYbhpX6BjZEmwHk8fBgGaAQ=",
strip_prefix = "seldaek-monolog-2.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:2.10.0