vault / seldaek-monolog / 1.16.0
seldaek-monolog @ 1.16.0
integrity
- size
- 198.3 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added IFTTTHandler to notify ifttt.com triggers
- Added Logger::setHandlers() to allow setting/replacing all handlers
- Added $capSize in RedisHandler to cap the log size
- Fixed StreamHandler creation of directory to only trigger when the first log write happens
- Fixed bug in the handling of curl failures
- Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered in monolog's ErrorHandler
- Fixed missing fatal errors records with handlers that need to be closed to flush log records
- Fixed TagProcessor::addTags support for associative arrays
download
unix · zip
curl -fL -o 1.16.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.16.0.zip
printf '%s %s\n' 'e6e66f4c3d3b43896867412e514b4125a9cd40c5ed6f09ff33812a6b1f29ba92' '1.16.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.16.0.zip"
$out = "1.16.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6e66f4c3d3b43896867412e514b4125a9cd40c5ed6f09ff33812a6b1f29ba92") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.16.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.16.0.tar.gz
printf '%s %s\n' 'ca985a359ceef99140f185b4c7a841477f98df9bb9bd19cc05097ae3695212b6' '1.16.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.16.0.tar.gz"
$out = "1.16.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca985a359ceef99140f185b4c7a841477f98df9bb9bd19cc05097ae3695212b6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.16.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.16.0.zip
printf '%s %s\n' 'e6e66f4c3d3b43896867412e514b4125a9cd40c5ed6f09ff33812a6b1f29ba92' '1.16.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.16.0.zip"
$out = "1.16.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e6e66f4c3d3b43896867412e514b4125a9cd40c5ed6f09ff33812a6b1f29ba92") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.16.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.16.0.tar.gz
printf '%s %s\n' 'ca985a359ceef99140f185b4c7a841477f98df9bb9bd19cc05097ae3695212b6' '1.16.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.16.0.tar.gz"
$out = "1.16.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca985a359ceef99140f185b4c7a841477f98df9bb9bd19cc05097ae3695212b6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.16.0.zip | zip | 201.4 KiB |
blake3-24 f5a3dcaaaeeeb7edeb1640a952f0d36e9de175d6b2a7bd8f
sha256 e6e66f4c3d3b43896867412e514b4125a9cd40c5ed6f09ff33812a6b1f29ba92
sha1 56ba1fe980e3319814e1c2c56b3b1fba693fa1f0
|
| 1.16.0.tar.gz | tar.gz | 100.0 KiB |
blake3-24 a0be860cf5d03eff85862648f556a1a9c23c92312141049a
sha256 ca985a359ceef99140f185b4c7a841477f98df9bb9bd19cc05097ae3695212b6
sha1 4b3df670f9dde95945b87d7e138520d5021c9797
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.16.0.tar.gz"],
integrity = "sha256-yphaNZzu+ZFA8YW0x6hBR3+Y35u5vRnMBQl642lSErY=",
strip_prefix = "seldaek-monolog-1.16.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.16.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.16.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.16.0.tar.gz"],
integrity = "sha256-yphaNZzu+ZFA8YW0x6hBR3+Y35u5vRnMBQl642lSErY=",
strip_prefix = "seldaek-monolog-1.16.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.16.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.16.0