vault / seldaek-monolog / 1.19.0
seldaek-monolog @ 1.19.0
integrity
- size
- 215.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Break: StreamHandler will not close streams automatically that it does not own. If you pass in a stream (not a path/url), then it will not close it for you. You can retrieve those using getStream() if needed
- Added DeduplicationHandler to remove duplicate records from notifications across multiple requests, useful for email or other notifications on errors
- Added ability to use
%message%and other LineFormatter replacements in the subject line of emails sent with NativeMailHandler and SwiftMailerHandler - Fixed HipChatHandler handling of long messages
download
unix · zip
curl -fL -o 1.19.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.19.0.zip
printf '%s %s\n' '44362482c5f802a35ed3c24cba89e157687e82e537e71e3f1dcb478d494dfd97' '1.19.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.19.0.zip"
$out = "1.19.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "44362482c5f802a35ed3c24cba89e157687e82e537e71e3f1dcb478d494dfd97") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.19.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.19.0.tar.gz
printf '%s %s\n' '01a2bd445fd1b171202322929b7f2689e52c9fe646f93fb92d7dfffcd440a83d' '1.19.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.19.0.tar.gz"
$out = "1.19.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "01a2bd445fd1b171202322929b7f2689e52c9fe646f93fb92d7dfffcd440a83d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.19.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.19.0.zip
printf '%s %s\n' '44362482c5f802a35ed3c24cba89e157687e82e537e71e3f1dcb478d494dfd97' '1.19.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.19.0.zip"
$out = "1.19.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "44362482c5f802a35ed3c24cba89e157687e82e537e71e3f1dcb478d494dfd97") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.19.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.19.0.tar.gz
printf '%s %s\n' '01a2bd445fd1b171202322929b7f2689e52c9fe646f93fb92d7dfffcd440a83d' '1.19.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.19.0.tar.gz"
$out = "1.19.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "01a2bd445fd1b171202322929b7f2689e52c9fe646f93fb92d7dfffcd440a83d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.19.0.zip | zip | 218.8 KiB |
blake3-24 a131f3a47546bb9281fbdeb0e6d82dc42988f97822e6db3a
sha256 44362482c5f802a35ed3c24cba89e157687e82e537e71e3f1dcb478d494dfd97
sha1 b366003fc441518d1b7dc3ac7e761d3ecdc2194d
|
| 1.19.0.tar.gz | tar.gz | 111.8 KiB |
blake3-24 150649d281e9ad986badf96d027cd5827ffc597a0225187c
sha256 01a2bd445fd1b171202322929b7f2689e52c9fe646f93fb92d7dfffcd440a83d
sha1 53b4971a96e54ddd42b56b08aafddc2a066bbd2b
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.19.0.tar.gz"],
integrity = "sha256-AaK9RF/RsXEgIyKSm38mieUsn+ZG+T+5LX3//NRAqD0=",
strip_prefix = "seldaek-monolog-1.19.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.19.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.19.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.19.0.tar.gz"],
integrity = "sha256-AaK9RF/RsXEgIyKSm38mieUsn+ZG+T+5LX3//NRAqD0=",
strip_prefix = "seldaek-monolog-1.19.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.19.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.19.0