vault / seldaek-monolog / 1.25.0
seldaek-monolog @ 1.25.0
integrity
- size
- 140.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead
- Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead
- Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead
- Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTrait, ProcessableHandlerInterface, ProcessableHandlerTrait. If you use modern PHP and want to make code compatible with Monolog 1 and 2 this can help. You will have to require at least Monolog 1.25 though.
- Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler
- Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
- Fixed issue in SignalHandler restarting syscalls functionality
- Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
- Fixed ZendMonitorHandler to work with the latest Zend Server versions
- Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB).
download
unix · zip
curl -fL -o 1.25.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.25.0.zip
printf '%s %s\n' 'f108e7d70559c5e4b9254a598e016be61a4336c4eb9cf1be035e4536d935fae1' '1.25.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.0.zip"
$out = "1.25.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f108e7d70559c5e4b9254a598e016be61a4336c4eb9cf1be035e4536d935fae1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.25.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.25.0.tar.gz
printf '%s %s\n' 'd1a31feb0b2d032c0554950a08873252c7df14c339e1ae2e81f834cf563df92f' '1.25.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.0.tar.gz"
$out = "1.25.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1a31feb0b2d032c0554950a08873252c7df14c339e1ae2e81f834cf563df92f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.25.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.0.zip
printf '%s %s\n' 'f108e7d70559c5e4b9254a598e016be61a4336c4eb9cf1be035e4536d935fae1' '1.25.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.0.zip"
$out = "1.25.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f108e7d70559c5e4b9254a598e016be61a4336c4eb9cf1be035e4536d935fae1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.25.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.0.tar.gz
printf '%s %s\n' 'd1a31feb0b2d032c0554950a08873252c7df14c339e1ae2e81f834cf563df92f' '1.25.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.0.tar.gz"
$out = "1.25.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1a31feb0b2d032c0554950a08873252c7df14c339e1ae2e81f834cf563df92f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.25.0.zip | zip | 142.4 KiB |
blake3-24 97a371e84dc38d268de2b864c55736cc6a5ffc22372abd59
sha256 f108e7d70559c5e4b9254a598e016be61a4336c4eb9cf1be035e4536d935fae1
sha1 9aa70375977ba32f74e1c8ab8c0cfc703df81f0e
|
| 1.25.0.tar.gz | tar.gz | 76.7 KiB |
blake3-24 f23872c17c47f35be45815f50851896ef9c562da06cd02a5
sha256 d1a31feb0b2d032c0554950a08873252c7df14c339e1ae2e81f834cf563df92f
sha1 a54c35af7250866d725751a67fb228b7b42c6114
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.25.0.tar.gz"],
integrity = "sha256-0aMf6wstAywFVJUKCIcyUsffFMM54a4ugfg0z1Y9+S8=",
strip_prefix = "seldaek-monolog-1.25.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.25.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.0.tar.gz"],
integrity = "sha256-0aMf6wstAywFVJUKCIcyUsffFMM54a4ugfg0z1Y9+S8=",
strip_prefix = "seldaek-monolog-1.25.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.25.0